mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
makefiles: comment out hiding dir entering
While the output of building looks more polished, text editors fail to find source file from compile errors - so until we start to print all file with full paths - comment out this make build parameter.
This commit is contained in:
parent
3bedceec38
commit
3a58e08b8c
@ -182,9 +182,10 @@ ifndef MAKEFLAGS
|
||||
MAKEFLAGS = @JOBS@
|
||||
endif
|
||||
|
||||
ifneq (1, $(firstword $(V)))
|
||||
MAKEFLAGS += --no-print-directory
|
||||
endif
|
||||
# Hiding dir entering makes hard for editors to look for files
|
||||
#ifneq (1, $(firstword $(V)))
|
||||
#MAKEFLAGS += --no-print-directory
|
||||
#endif
|
||||
|
||||
# Handle installation of files
|
||||
ifeq ("@WRITE_INSTALL@", "yes")
|
||||
|
Loading…
Reference in New Issue
Block a user