projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c59ea9
)
scons: Disable saving options automatically.
author
José Fonseca
<jfonseca@vmware.com>
Fri, 1 Jul 2011 18:04:57 +0000
(19:04 +0100)
committer
José 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
patch
|
blob
|
history
diff --git
a/SConstruct
b/SConstruct
index
029daa1
..
4a3fef0
100644
(file)
--- 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: