From: Rob Holland Date: Tue, 3 Feb 2004 09:52:39 +0000 (+0000) Subject: remove ccache stuff. this is 120MB uncompressed on x86 X-Git-Tag: CATALYST_1_0_1~37 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7cadad81d01c16928d1ee88029abb073f74270a5;p=catalyst.git remove ccache stuff. this is 120MB uncompressed on x86 git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@203 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/modules/targets.py b/modules/targets.py index 959ff174..398fedd4 100644 --- a/modules/targets.py +++ b/modules/targets.py @@ -218,7 +218,7 @@ class generic_stage_target(generic_target): def clean(self): destpath=self.settings["chroot_path"] - cleanables=["/etc/resolv.conf","/var/tmp/*","/tmp/*","/root/*"] + cleanables=["/etc/resolv.conf","/var/tmp/*","/tmp/*","/root/*","/var/cache/ccache"] if self.settings["target"] not in ["livecd-stage2"]: #we don't need to clean up a livecd-stage2 cleanables.append("/usr/portage")