From 2590c539bf3d1436c02256b802f9d0de35079372 Mon Sep 17 00:00:00 2001 From: Björn Persson Date: Thu, 19 Sep 2013 20:58:13 +0200 Subject: Removed --no-print-directory. I can't find a way to prevent sub-Makes from inheriting it. --- comfignat.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/comfignat.mk b/comfignat.mk index 60c29b7..13919fe 100644 --- a/comfignat.mk +++ b/comfignat.mk @@ -472,8 +472,7 @@ options_building = ${addprefix -X,${option_values}} main_makefile := ${firstword ${MAKEFILE_LIST}} delegation_command = @$${MAKE} --file=${abspath ${main_makefile}} \ - --include-dir=${abspath ${dir ${main_makefile}}} \ - --no-print-directory + --include-dir=${abspath ${dir ${main_makefile}}} # delegation_command is the Make command line that delegating makefiles in # separate build directories use to delegate commands to the main makefile. The # first pathname in MAKEFILE_LIST is the main makefile. @@ -588,7 +587,7 @@ preprocess: $${preprocessed_files_in_builddir} build: $${build_targets} $${staged_usage_GPRs} ${stagedir}: - @${MAKE} build --no-print-directory + @${MAKE} build # "make install" straight out of a source package triggers a build, but if # something has been built then "make install" doesn't rebuild anything, just # copies the built files to their destination. -- cgit v1.2.3