From b28e9a47f279dde902a169aea88b95d55fcd4b47 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 28 Jun 2010 21:08:09 +0000 Subject: [PATCH] Make sure output gets where it belongs. git-svn-id: https://svn.dealii.org/trunk@21396 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.39.5