scons: Disable saving options automatically.
authorJosé Fonseca <jfonseca@vmware.com>
Fri, 1 Jul 2011 18:04:57 +0000 (19:04 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Fri, 1 Jul 2011 18:04:57 +0000 (19:04 +0100)
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.

SConstruct

index 029daa1c6f35f57c2981c652e2ba13550e4e11ec..4a3fef0805942f904618ebcff889dcc41b408d0f 100644 (file)
@@ -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: