projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f77b75
)
scons: Remove debug print statement.
author
Vinson Lee
<vlee@vmware.com>
Fri, 21 May 2010 04:03:03 +0000
(21:03 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Fri, 21 May 2010 04:03:03 +0000
(21:03 -0700)
Fixes Python IndexError exception with default SCons build.
common.py
patch
|
blob
|
history
diff --git
a/common.py
b/common.py
index dc594a391ec942c045120d067c75d84cdba31843..bdca375f8b0d3f0633638648daf10150c07c0664 100644
(file)
--- a/
common.py
+++ b/
common.py
@@
-38,8
+38,6
@@
else:
default_machine = _platform.machine()
default_machine = _machine_map.get(default_machine, 'generic')
-print "sys.argv = " + sys.argv[2]
-
# find default_llvm value
if 'LLVM' in os.environ: