From: Wolfgang Bangerth Date: Sun, 30 Nov 2008 16:37:16 +0000 (+0000) Subject: Say what we are doing. This gives a better feedback of what's actually happening... X-Git-Tag: v8.0.0~8330 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d88564b7646b91de444425e33d84db6042ac5803;p=dealii.git Say what we are doing. This gives a better feedback of what's actually happening in particular if one uses 'make -jX'. git-svn-id: https://svn.dealii.org/trunk@17779 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/all-headers/Makefile b/tests/all-headers/Makefile index 94ee28d428..81fed10d44 100644 --- a/tests/all-headers/Makefile +++ b/tests/all-headers/Makefile @@ -56,6 +56,7 @@ Makefile.dep: $(HEADERS:%=$D/%) Makefile echo test-$$i \\ ; \ done > Makefile.dep @echo : >> Makefile.dep + @echo ' @echo "=================== $$(call subst_slashes,$$@).cc"' >> Makefile.dep @echo ' @echo "#include <$$(call normalize,$$@)>" > $$(call subst_slashes,$$@).cc' >> Makefile.dep @echo ' @$$(MAKE) $$(call subst_slashes,$$@).g.o' >> Makefile.dep @echo ' @rm -f $$(call subst_slashes,$$@).g.o' >> Makefile.dep