Remove 'symlink' from USE, since it's not needed and screws up kerncache
authorAndrew Gaffney <agaffney@gentoo.org>
Thu, 13 Mar 2008 05:18:32 +0000 (05:18 +0000)
committerAndrew Gaffney <agaffney@gentoo.org>
Thu, 13 Mar 2008 05:18:32 +0000 (05:18 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1374 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
targets/support/kmerge.sh

index 5b8e9c995426e8de7c991f41f1882d96afd0829b..eba620c84138fad38c934fd6beb21f38fcbd0216 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
 # $Id: $
 
+  13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org>
+  targets/support/kmerge.sh:
+  Remove 'symlink' from USE, since it's not needed and screws up kerncache
+
   13 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
   targets/livecd-stage2/livecd-stage2-controller.sh:
   OK, we run our find outside the chroot, so we don't want to use absolute
index db5632eaf0f92f69750793cc337b33ec68201815..c14283cecd016a68e41b0c5891250c66f4d9a8e6 100755 (executable)
@@ -184,7 +184,7 @@ then
 fi
 
 [ -e /etc/make.conf ] && \
-       echo "USE=\"\${USE} ${clst_kernel_use} symlink build\"" >> /etc/make.conf
+       echo "USE=\"\${USE} ${clst_kernel_use} build\"" >> /etc/make.conf
 
 if [ -n "${clst_KERNCACHE}" ]
 then
@@ -212,7 +212,7 @@ then
 fi
 
 build_kernel
-sed -i "/USE=\"\${USE} ${clst_kernel_use} symlink build\"/d" /etc/make.conf
+sed -i "/USE=\"\${USE} ${clst_kernel_use} build\"/d" /etc/make.conf
 # grep out the kernel version so that we can do our modules magic
 VER=`grep ^VERSION\ \= /usr/src/linux/Makefile | awk '{ print $3 };'`
 PAT=`grep ^PATCHLEVEL\ \= /usr/src/linux/Makefile | awk '{ print $3 };'`