From: Tobias Brunner Date: Tue, 10 Aug 2010 13:06:41 +0000 (+0200) Subject: testing: Print output of 'make oldconfig' to STDOUT, besides logging it. X-Git-Tag: 4.5.0~283 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=80c0328eec1fed3353af56912a57db0670062f3c;p=thirdparty%2Fstrongswan.git testing: Print output of 'make oldconfig' to STDOUT, besides logging it. --- diff --git a/testing/scripts/build-umlkernel b/testing/scripts/build-umlkernel index 185545bb80..b9f0d710d9 100755 --- a/testing/scripts/build-umlkernel +++ b/testing/scripts/build-umlkernel @@ -119,7 +119,7 @@ cp $KERNELCONFIG .config cecho "!!" cecho "!! Making .config for kernel. You might be prompted for new parameters!" cecho "!!" -make oldconfig ARCH=um SUBARCH=i386 >> $LOGFILE 2>&1 +make oldconfig ARCH=um SUBARCH=i386 2>&1 | tee -a $LOGFILE cecho-n " * Now compiling uml kernel.." make linux ARCH=um SUBARCH=i386 >> $LOGFILE 2>&1