From: 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-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=719aff07f06f9ba183c7778fe57ec32a32cb933b;p=dealii-svn.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