1
0
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:
Zdenek Kabelac 2023-01-12 16:52:01 +01:00
parent 3bedceec38
commit 3a58e08b8c

View File

@ -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")