]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Small bugfixes
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 1 Mar 2013 16:19:44 +0000 (16:19 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 1 Mar 2013 16:19:44 +0000 (16:19 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@28691 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/GNUmakefile

index ab60e443103d63272920f22c270811ee089f4999..dd73202ea11b70c51b404daf91181d53e461b4cb 100644 (file)
@@ -83,10 +83,10 @@ build_test:
        mkdir -p $(LOGDIR)
        @echo "AUTOMATED DEAL.II BUILD TEST" | tee $(logfile)
        @echo "BEGIN HEADER `date -u '+%Y-%m-%d %T'`" | tee -a $(logfile)
-       @svn info . | perl -ne 'print "dealii-feature: revision=$$_\n" if s/Last Changed Rev: //; print "dealii-feature: branch=$$1\n" if m/svn\.dealii\.org\/(.+)\/deal.II/;' | tee -a $(logfile)
+       @svn info . | perl -ne 'print "dealii-feature: revision=$$_" if s/Last Changed Rev: //; print "dealii-feature: branch=$$1\n" if m/svn\.dealii\.org\/(.+)\/deal.II/;' | tee -a $(logfile)
        @echo "dealii-feature: user=$(USER)"
        @echo "dealii-feature: host=`hostname`"
-       @echo "dealii-feature: configuration=`basename $(CONFIGFILE)`"
+       @echo "dealii-feature: configuration=`basename \"$(CONFIGFILE)\"`"
        @echo END HEADER `date -u '+%Y-%m-%d %T'`\n | tee -a $(logfile)
        @echo "BEGIN CONFIGURE OUTPUT `date -u '+%Y-%m-%d %T'`" | tee -a $(logfile)
        cd $(builddir) && "$(CMAKE)" -C "$(CONFIGFILE)" -DCMAKE_INSTALL_PREFIX=$(installdir) $(PWD) >>$(logfile) 2>&1
@@ -95,8 +95,7 @@ build_test:
        cd $(builddir) && "$(CMAKE)" --system-information >>$(logfile) 2>&1
        @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) report_features >>$(logfile) 2>&1
-       cd $(builddir) && make $(MAKEOPTS) run_report_features | tee -a $(logfile)
+       cd $(builddir) && make $(MAKEOPTS) run_report_features >>$(logfile) 2>&1
        @echo "END REPORT FEATURES `date -u '+%Y-%m-%d %T'`" | tee -a $(logfile)
        @echo "BEGIN BUILD INSTALL OUTPUT `date -u '+%Y-%m-%d %T'`" | tee -a $(logfile)
        cd $(builddir) && make $(MAKEOPTS) install >>$(logfile) 2>&1

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.