]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
*sigh*
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 5 Dec 2012 18:26:55 +0000 (18:26 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 5 Dec 2012 18:26:55 +0000 (18:26 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@27771 0785d39b-7218-0410-832d-ea1e28bc413d

tests/Makefile.rules

index 22cb8a5dbb59ceaf36edb5315b8e09dcbea84084..282d3dfc3fad0ebc334dce83d4ffdec09c73e3a4 100644 (file)
@@ -46,13 +46,13 @@ endif
        @echo =====debug========= $<
        @echo Compiling > $(dir $@)/status
        @-rm -f $(dir $@)/ncpu*/status
-       $(CXX) $(flags) -c $< -o $@
+       @$(CXX) $(flags) -c $< -o $@
 
 %/obj.$(OBJEXT) : %.cc
        @echo =====optimized===== $<
        @echo Compiling > $(dir $@)/status
        @-rm -f $(dir $@)/ncpu*/status
-       $(CXX) $(CXXFLAGS.o) -c $< -o $@
+       @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 ######################################################################
 # Don't put $(libraries) into this line since it is already in $^
@@ -60,7 +60,7 @@ endif
 %/exe : %/obj.g.$(OBJEXT)
        @echo =====linking======= $@
        @echo Linking > $(dir $@)/status
-       $(CXX) -o $@ $^ $(LDFLAGS) $(LIBS)
+       @$(CXX) -o $@ $^ $(LDFLAGS) $(LIBS)
 
 
 ############################################################

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.