]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Suppress output when building the parameter GUI in much the same way as we
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 23 Feb 2011 12:06:04 +0000 (12:06 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 23 Feb 2011 12:06:04 +0000 (12:06 +0000)
always do.

git-svn-id: https://svn.dealii.org/trunk@23426 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/contrib/Makefile.in

index aaa2a05f425a903365696ad68be502147628e90a..9e431bee50c0c2cd6662833f828433fadd04f65a 100644 (file)
@@ -55,6 +55,7 @@ ifneq ($(QMAKE),)
 parameter_gui:
        @-cd parameter_gui ; \
                $(QMAKE) -Wnone && \
+               $(PERL) -pi -e 's#^\t(\$$\(CXX\)|[/a-zA-Z]*(moc|rcc)|\$$\(LINK\))#\t\@echo \"===================================== parameter_gui/\$$\(<F\)\" \; \1#g;' Makefile ; \
                $(MAKE)
 else
 parameter_gui:

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.