From: young Date: Tue, 6 Sep 2011 12:14:00 +0000 (+0000) Subject: Make compiling scripts pretty (align=) X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b0bda536f3cd63a6094b399b5b69e418841ee86;p=dealii-svn.git Make compiling scripts pretty (align=) git-svn-id: https://svn.dealii.org/trunk@24263 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/scripts/Makefile b/deal.II/common/scripts/Makefile index bf29b23b69..09609aa0c6 100644 --- a/deal.II/common/scripts/Makefile +++ b/deal.II/common/scripts/Makefile @@ -18,15 +18,15 @@ default: make_dependencies$(EXEEXT) expand_instantiations$(EXEEXT) \ # because we can't run the executable. So better be careful and regenerate # make_dependencies whenever we think it may be beneficial make_dependencies$(EXEEXT) : make_dependencies.cc $D/common/Make.global_options - @echo ============================ Compiling $@ + @echo ===================================== Compiling $@ @$(CXX) $(CXXFLAGS.o) $(LDFLAGS) $< -o $@ expand_instantiations$(EXEEXT) : expand_instantiations.cc $D/common/Make.global_options - @echo ============================ Compiling $@ + @echo ===================================== Compiling $@ @$(CXX) $(CXXFLAGS.o) $(LDFLAGS) $< -o $@ report_features$(EXEEXT) : report_features.cc $D/common/Make.global_options - @echo ============================ Compiling $@ + @echo ===================================== Compiling $@ @$(CXX) $(CXXFLAGS.o) $(LDFLAGS) $< -o $@ clean: