git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1374
d1e1f19c-881f-0410-ab34-
b69fee027534
# 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
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
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 };'`