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

View File

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