]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Disable the output of cmake --system-information in the build tests.
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 9 Mar 2013 09:54:17 +0000 (09:54 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 9 Mar 2013 09:54:17 +0000 (09:54 +0000)
Its output is not needed and this saves up a lot of space

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

deal.II/contrib/utilities/build_test

index 5d9e9311a3a9174fbf891e4b7daaa483ce71397f..b65d9a794a49801ecd2a61fe91252f38eb98476f 100755 (executable)
@@ -59,9 +59,9 @@ main:
        @echo "BEGIN CONFIGURE OUTPUT `date -u '+%Y-%m-%d %T'`" | tee -a $(LOGFILE)
        cd $(builddir) && "$(CMAKE)" -C "$(CONFIGFILE)" -DCMAKE_INSTALL_PREFIX=$(installdir) $(SOURCEDIR) $(PIPEnTRAP)
        @echo "END CONFIGURE OUTPUT `date -u '+%Y-%m-%d %T'`" | tee -a $(LOGFILE)
-       @echo "BEGIN CMAKE SYSTEM INFORMATION `date -u '+%Y-%m-%d %T'`" | tee -a $(LOGFILE)
-       cd $(builddir) && "$(CMAKE)" --system-information $(PIPEnTRAP)
-       @echo "END CMAKE SYSTEM INFORMATION `date -u '+%Y-%m-%d %T'`" | tee -a $(LOGFILE)
+       #@echo "BEGIN CMAKE SYSTEM INFORMATION `date -u '+%Y-%m-%d %T'`" | tee -a $(LOGFILE)
+       #cd $(builddir) && "$(CMAKE)" --system-information $(PIPEnTRAP)
+       #@echo "END CMAKE SYSTEM INFORMATION `date -u '+%Y-%m-%d %T'`" | tee -a $(LOGFILE)
        @echo "BEGIN REPORT FEATURES `date -u '+%Y-%m-%d %T'`" | tee -a $(LOGFILE)
        cd $(builddir) && make $(MAKEOPTS) run_report_features $(PIPEnTRAP)
        @echo "END REPORT FEATURES `date -u '+%Y-%m-%d %T'`" | tee -a $(LOGFILE)

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.