git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1348
d1e1f19c-881f-0410-ab34-
b69fee027534
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Id: $
+ 29 Feb 2008; Andrew Gaffney <agaffney@gentoo.org>
+ targets/support/kmerge.sh:
+ Use -L instead of -l in test for symlink
+
29 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
targets/stage1/stage1-controller.sh:
Remove code for gcc-config/binutils-config since it should be getting done
then
mkdir -p /tmp/kerncache/${clst_kname}
ROOT=/tmp/kerncache/${clst_kname} PKGDIR=${PKGDIR} run_merge --nodeps -uqkb "${clst_ksource}" || exit 1
- [ -l /usr/src/linux ] && rm -f /usr/src/linux
+ [ -L /usr/src/linux ] && rm -f /usr/src/linux
ln -s /tmp/kerncache/${clst_kname}/usr/src/linux /usr/src/linux
else
run_merge "${clst_ksource}" || exit 1