]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Change output while compiling a bit to make it more readable.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 2 Feb 1999 13:52:53 +0000 (13:52 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 2 Feb 1999 13:52:53 +0000 (13:52 +0000)
git-svn-id: https://svn.dealii.org/trunk@749 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/Makefile

index ed77082e5c219844072ee26b68c88bc5e401eb61..2b417c2430c049d26d94d6503c07d6b0b9d097b3 100644 (file)
@@ -39,10 +39,10 @@ CXXFLAGS  =-O3 -Wuninitialized -finline-functions -ffast-math \
            -Ddeal_II_dimension=$(deal_II_dimension)
 
 %.go :
-       @echo ============================ Compiling with debugging information:   $<
+       @echo ==============$(deal_II_dimension)d======debug============= $<
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 %.o :
-       @echo ============================ Compiling with optimization:   $<
+       @echo ==============$(deal_II_dimension)d======optimized========= $<
        @$(CXX) $(CXXFLAGS) -c $< -o $@
 
 

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.