summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gmail.com>2010-10-25 03:43:03 +0200
committerDiego Elio Pettenò <flameeyes@gmail.com>2010-10-25 03:43:03 +0200
commitd99b4874bdde6067f444cb20c47f00a99331a785 (patch)
tree3570baf29ddcf8ef991947b2c4feecd582d138a7
parentIf there is not a previous configuration file for the kernel, skip over it. (diff)
downloadflameeyes-tinderbox-d99b4874bdde6067f444cb20c47f00a99331a785.tar.gz
flameeyes-tinderbox-d99b4874bdde6067f444cb20c47f00a99331a785.tar.bz2
flameeyes-tinderbox-d99b4874bdde6067f444cb20c47f00a99331a785.zip
Make sure that all the default options are used during oldconfig.
This makes it possible not to block the tinderbox when a new kernel release is present.
-rwxr-xr-xtinderbox-restart.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tinderbox-restart.sh b/tinderbox-restart.sh
index f9d37d0..fbfc4db 100755
--- a/tinderbox-restart.sh
+++ b/tinderbox-restart.sh
@@ -92,7 +92,7 @@ if emerge -u1 sys-kernel/gentoo-sources &&
[[ -f /usr/src/config ]] && cp /usr/src/config /usr/src/linux/.config
pushd /usr/src/linux
- make -j14 oldconfig && \
+ yes '' | make -j14 oldconfig && \
make -j14 prepare modules_prepare
popd