From: Wolfgang Bangerth Date: Mon, 28 Jun 2010 21:08:09 +0000 (+0000) Subject: Make sure output gets where it belongs. X-Git-Tag: v8.0.0~5897 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b28e9a47f279dde902a169aea88b95d55fcd4b47;p=dealii.git Make sure output gets where it belongs. git-svn-id: https://svn.dealii.org/trunk@21396 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/Makefile b/deal.II/Makefile index e5aa00129e..5adb84dd98 100644 --- a/deal.II/Makefile +++ b/deal.II/Makefile @@ -206,9 +206,8 @@ build-test: echo AUTOMATED DEAL.II BUILD TEST | tee build-test-log -(./configure $(BUILDTESTFLAGS) 2>&1) > build-test-config echo BEGIN HEADER `date -u '+%Y-%m-%d %T'` | tee -a build-test-log - @cd common ; make BUILDTEST=yes -f Make.global_options print-summary | tee -a build-test-log + (cd common ; $(MAKE) BUILDTEST=yes -f Make.global_options print-summary) | tee -a build-test-log echo END HEADER `date -u '+%Y-%m-%d %T'` | tee -a build-test-log - false echo | tee -a build-test-log echo BEGIN CONFIGURE OUTPUT `date -u '+%Y-%m-%d %T'` | tee -a build-test-log cat build-test-config | tee -a build-test-log