strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f32c0ce
)
testing: Print output of 'make oldconfig' to STDOUT, besides logging it.
author
Tobias Brunner
<tobias@strongswan.org>
Tue, 10 Aug 2010 13:06:41 +0000
(15:06 +0200)
committer
Tobias Brunner
<tobias@strongswan.org>
Thu, 2 Sep 2010 17:04:23 +0000
(19:04 +0200)
testing/scripts/build-umlkernel
patch
|
blob
|
history
diff --git
a/testing/scripts/build-umlkernel
b/testing/scripts/build-umlkernel
index
185545b
..
b9f0d71
100755
(executable)
--- 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