mirror of
https://github.com/strongswan/strongswan.git
synced 2025-12-02 00:00:11 -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 "!!"
|
||||||
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user