git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@201
d1e1f19c-881f-0410-ab34-
b69fee027534
targets.register(targetmap)
if "ccache" in string.split(myspec["options"]):
- if not os.environ.has_key["CCACHE_DIR"]:
+ if not os.environ.has_key("CCACHE_DIR"):
print "Compiler cache support disabled (no CCACHE_DIR defined)"
elif not os.path.exists(os.environ["CCACHE_DIR"]):
print "Compiler cache support disabled (no cache found at CCACHE_DIR)"