From 420f5473cc79345a1a790884a20318e29893ed0b Mon Sep 17 00:00:00 2001 From: Daniel Robbins Date: Thu, 6 Nov 2003 02:56:48 +0000 Subject: [PATCH] ccache flexibility fix git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@59 d1e1f19c-881f-0410-ab34-b69fee027534 --- catalyst | 2 ++ 1 file changed, 2 insertions(+) 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"]): -- 2.26.2