From: Daniel Robbins Date: Thu, 6 Nov 2003 02:56:48 +0000 (+0000) Subject: ccache flexibility fix X-Git-Tag: CATALYST_1_0_1~181 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=420f5473cc79345a1a790884a20318e29893ed0b;p=catalyst.git ccache flexibility fix git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@59 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/catalyst b/catalyst index fcc3d518..b8b8a234 100755 --- a/catalyst +++ b/catalyst @@ -46,6 +46,8 @@ targetmap={} targets.register(targetmap) if "ccache" in string.split(myspec["options"]): + if not os.path.exists("/root/.ccache"): + os.makedirs("/root/.ccache") print "Compiler cache support enabled." myspec["CCACHE"]="1" if "pkgcache" in string.split(myspec["options"]):