]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make compiling scripts pretty (align=)
authoryoung <young@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 6 Sep 2011 12:14:00 +0000 (12:14 +0000)
committeryoung <young@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 6 Sep 2011 12:14:00 +0000 (12:14 +0000)
git-svn-id: https://svn.dealii.org/trunk@24263 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/common/scripts/Makefile

index bf29b23b69cdc0e5dc1eea669a06264334534c86..09609aa0c6a28b0ea3e0d738891efa732d9d048a 100644 (file)
@@ -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:

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.