summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2023-01-12 16:52:01 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2023-01-16 12:37:40 +0100
commit3a58e08b8c1ef8b988a588301e097f50c843f0aa (patch)
treeb86632fe23b93e750fc51a8466765d90bdce0b3d
parent3bedceec3882e00caf62df6fbeb946aeafea9df2 (diff)
downloadlvm2-3a58e08b8c1ef8b988a588301e097f50c843f0aa.tar.gz
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.
-rw-r--r--make.tmpl.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/make.tmpl.in b/make.tmpl.in
index e942893a0..222ed671a 100644
--- a/make.tmpl.in
+++ b/make.tmpl.in
@@ -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")