From: José Fonseca Date: Fri, 23 Jan 2009 21:01:16 +0000 (+0000) Subject: scons: Use a cache for built files. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=18170bb51b27fbcef44d84c783511360151a53d4;p=mesa.git scons: Use a cache for built files. Like ccache, but works on all OSes. --- diff --git a/scons/gallium.py b/scons/gallium.py index 65dd0ab664f..4825e4098c7 100644 --- a/scons/gallium.py +++ b/scons/gallium.py @@ -207,6 +207,7 @@ def generate(env): # different scons versions building the same source file env['build'] = build_dir env.SConsignFile(os.path.join(build_dir, '.sconsign')) + env.CacheDir('build/cache') # C preprocessor options cppdefines = []