From: José Fonseca Date: Fri, 1 Jul 2011 18:04:57 +0000 (+0100) Subject: scons: Disable saving options automatically. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b11566260778bb35f4f6e9dc9bc3470ee99b3557;p=mesa.git 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. --- diff --git a/SConstruct b/SConstruct index 029daa1c6f3..4a3fef08059 100644 --- a/SConstruct +++ b/SConstruct @@ -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: