]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Allow ./configure and make to fail if in build-test
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 8 Nov 2005 17:29:09 +0000 (17:29 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 8 Nov 2005 17:29:09 +0000 (17:29 +0000)
git-svn-id: https://svn.dealii.org/trunk@11738 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/Makefile

index 958ca6b3d17e4ad03803bc9b3f8dd74a9a673fd2..f31a055896219c1121aa9ca123da8f207eb57de1 100644 (file)
@@ -211,7 +211,7 @@ build-test:
        echo HOST=`hostname`                       | tee -a build-test-log
        echo BUILDTESTFLAGS=$(BUILDTESTFLAGS)      | tee -a build-test-log
        echo BUILDTESTNOTE=$(BUILDTESTNOTE)        | tee -a build-test-log
-       (./configure $(BUILDTESTFLAGS) 2>&1) > build-test-config
+       -(./configure $(BUILDTESTFLAGS) 2>&1) > build-test-config
        if test -f common/Make.global_options ; then \
           grep '^enable-shared' common/Make.global_options | grep = ; \
           grep enable-multithreading common/Make.global_options | grep = ; \
@@ -227,7 +227,7 @@ build-test:
        cat build-test-config                 | tee -a build-test-log
        echo END CONFIGURE OUTPUT `date -u '+%Y-%m-%d %T'`   | tee -a build-test-log
        echo                                  | tee -a build-test-log
-       $(MAKE) BUILDTEST= build-test-do 2>&1 | tee -a build-test-log
+       -$(MAKE) BUILDTEST= build-test-do 2>&1 | tee -a build-test-log
 
 # target to do the actual compilation tests for an automated build test. build
 # the library, the example programs, and the doxygen example programs. if the

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.