From d99b4874bdde6067f444cb20c47f00a99331a785 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Mon, 25 Oct 2010 03:43:03 +0200 Subject: 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. --- tinderbox-restart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-65-gdbad