mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +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@
|
MAKEFLAGS = @JOBS@
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (1, $(firstword $(V)))
|
# Hiding dir entering makes hard for editors to look for files
|
||||||
MAKEFLAGS += --no-print-directory
|
#ifneq (1, $(firstword $(V)))
|
||||||
endif
|
#MAKEFLAGS += --no-print-directory
|
||||||
|
#endif
|
||||||
|
|
||||||
# Handle installation of files
|
# Handle installation of files
|
||||||
ifeq ("@WRITE_INSTALL@", "yes")
|
ifeq ("@WRITE_INSTALL@", "yes")
|
||||||
|
Loading…
Reference in New Issue
Block a user