testing: Print output of 'make oldconfig' to STDOUT, besides logging it.

This commit is contained in:
Tobias Brunner 2010-08-10 15:06:41 +02:00
parent f32c0ce7b6
commit 80c0328eec

View File

@ -119,7 +119,7 @@ cp $KERNELCONFIG .config
cecho "!!" cecho "!!"
cecho "!! Making .config for kernel. You might be prompted for new parameters!" cecho "!! Making .config for kernel. You might be prompted for new parameters!"
cecho "!!" 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.." cecho-n " * Now compiling uml kernel.."
make linux ARCH=um SUBARCH=i386 >> $LOGFILE 2>&1 make linux ARCH=um SUBARCH=i386 >> $LOGFILE 2>&1