diff options
author | José Fonseca <jfonseca@vmware.com> | 2011-07-01 19:04:57 +0100 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2011-07-01 19:04:57 +0100 |
commit | b11566260778bb35f4f6e9dc9bc3470ee99b3557 (patch) | |
tree | 90d500ae2182cbdaecd8eff30a020695b9f555fc /SConstruct | |
parent | 1c59ea959215271577d888a721536ac86c6f06f5 (diff) | |
download | external_mesa3d-b11566260778bb35f4f6e9dc9bc3470ee99b3557.zip external_mesa3d-b11566260778bb35f4f6e9dc9bc3470ee99b3557.tar.gz external_mesa3d-b11566260778bb35f4f6e9dc9bc3470ee99b3557.tar.bz2 |
scons: Disable saving options automatically.
It makes things too random, as settings for temporary trials get stored
permannently, and it make difficult to build several platforms from the
same tree.
So disable it, again.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -40,7 +40,8 @@ env = Environment( ENV = os.environ, ) -opts.Save('config.py', env) +# XXX: This creates a many problems as it saves... +#opts.Save('config.py', env) # Backwards compatability with old target configuration variable try: |