mirror of
https://github.com/strongswan/strongswan.git
synced 2025-11-27 00:00:29 -05:00
testing: Print output of 'make oldconfig' to STDOUT, besides logging it.
This commit is contained in:
parent
f32c0ce7b6
commit
80c0328eec
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user