# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.504 2006/01/13 14:54:15 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.505 2006/01/13 15:00:04 rocket Exp $
+
+ 13 Jan 2006; Eric Edgar <rocket@gentoo.org> modules/generic_stage_target.py,
+ targets/support/kmerge.sh:
+ Fix for ccache (null)/.ccache bug
13 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst:
This is 2.0_rc14.
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/modules/generic_stage_target.py,v 1.114 2006/01/10 19:52:46 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/modules/generic_stage_target.py,v 1.115 2006/01/13 15:00:04 rocket Exp $
"""
This class does all of the chroot setup, copying of files, etc. It is
self.mounts.append("/var/tmp/ccache")
self.mountmap["/var/tmp/ccache"]=ccdir
# for the chroot:
- os.environ["CCACHE_DIR"]="/var/tmp/ccache"
+ self.env["CCACHE_DIR"]="/var/tmp/ccache"
def override_chost(self):
#if os.environ.has_key("CHOST"):
then
GK_ARGS="${GK_ARGS} --initramfs-overlay=/tmp/initramfs_overlay/${clst_initramfs_overlay}"
fi
-# if [ -n "${clst_CCACHE}" ]
-# then
-# GK_ARGS="${GK_ARGS} --kernel-cc=/usr/lib/ccache/bin/gcc --utils-cc=/usr/lib/ccache/bin/gcc"
-# fi
+ if [ -n "${clst_CCACHE}" ]
+ then
+ GK_ARGS="${GK_ARGS} --kernel-cc=/usr/lib/ccache/bin/gcc --utils-cc=/usr/lib/ccache/bin/gcc"
+ fi
if [ "${clst_devmanager}" == "devfs" ]
then