Mesa (master): scons: Disable saving options automatically.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Fri Jul 1 18:06:25 UTC 2011


Module: Mesa
Branch: master
Commit: b11566260778bb35f4f6e9dc9bc3470ee99b3557
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b11566260778bb35f4f6e9dc9bc3470ee99b3557

Author: José Fonseca <jfonseca at vmware.com>
Date:   Fri Jul  1 19:04:57 2011 +0100

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.

---

 SConstruct |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/SConstruct b/SConstruct
index 029daa1..4a3fef0 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:




More information about the mesa-commit mailing list