From c09d20dc8224d01b6cd992f234f8e7c046aa9f21 Mon Sep 17 00:00:00 2001 From: Andrew Gaffney Date: Thu, 13 Mar 2008 05:18:32 +0000 Subject: [PATCH] Remove 'symlink' from USE, since it's not needed and screws up kerncache git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1374 d1e1f19c-881f-0410-ab34-b69fee027534 --- ChangeLog | 4 ++++ targets/support/kmerge.sh | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5b8e9c99..eba620c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 # $Id: $ + 13 Mar 2008; Andrew Gaffney + targets/support/kmerge.sh: + Remove 'symlink' from USE, since it's not needed and screws up kerncache + 13 Mar 2008; Chris Gianelloni catalyst, targets/livecd-stage2/livecd-stage2-controller.sh: OK, we run our find outside the chroot, so we don't want to use absolute diff --git a/targets/support/kmerge.sh b/targets/support/kmerge.sh index db5632ea..c14283ce 100755 --- a/targets/support/kmerge.sh +++ b/targets/support/kmerge.sh @@ -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 };'` -- 2.26.2