diff options
author | 2010-08-17 02:04:16 +0200 | |
---|---|---|
committer | 2010-08-17 02:04:16 +0200 | |
commit | ce3132d7f64bbdd1a4315fe3e1b13dd6ed112378 (patch) | |
tree | 831df46c5483e3a5af900f7c17e21cd3aee99fc9 /tinderbox-restart.sh | |
parent | Fix output. (diff) | |
download | flameeyes-tinderbox-ce3132d7f64bbdd1a4315fe3e1b13dd6ed112378.tar.gz flameeyes-tinderbox-ce3132d7f64bbdd1a4315fe3e1b13dd6ed112378.tar.bz2 flameeyes-tinderbox-ce3132d7f64bbdd1a4315fe3e1b13dd6ed112378.zip |
Keep the .config inline; 'make oldconfig' breaks the link.
Diffstat (limited to 'tinderbox-restart.sh')
-rwxr-xr-x | tinderbox-restart.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tinderbox-restart.sh b/tinderbox-restart.sh index 44a33bf..9be06e7 100755 --- a/tinderbox-restart.sh +++ b/tinderbox-restart.sh @@ -62,11 +62,13 @@ fi reset_emergelog +cp /usr/src/linux/.config /usr/src/config + if emerge -u1 sys-kernel/gentoo-sources && fgrep -q '>>> emerge' /var/log/emerge.log; then dent "new #gentoo-sources, making oldconfig" - cp -l /usr/src/config /usr/src/linux/.config + cp /usr/src/config /usr/src/linux/.config pushd /usr/src/linux make -j14 oldconfig && \ |