From 3a58e08b8c1ef8b988a588301e097f50c843f0aa Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Thu, 12 Jan 2023 16:52:01 +0100 Subject: 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. --- make.tmpl.in | 7 ++++--- 1 file 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") -- cgit v1.2.1