projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6af41a5
)
mesa: disable building the removed demos with scons
author
Brian Paul
<brianp@vmware.com>
Fri, 21 May 2010 20:12:11 +0000
(14:12 -0600)
committer
Brian Paul
<brianp@vmware.com>
Fri, 21 May 2010 20:12:16 +0000
(14:12 -0600)
SConstruct
patch
|
blob
|
history
diff --git
a/SConstruct
b/SConstruct
index c843b41b0dc933c6f7562a13108d29933a053612..5c72323d839110ba9b726ba9d22de1d8fce66838 100644
(file)
--- a/
SConstruct
+++ b/
SConstruct
@@
-231,8
+231,3
@@
SConscript(
env.Default('src')
-SConscript(
- 'progs/SConscript',
- variant_dir = os.path.join('progs', env['build']),
- duplicate = 0 # http://www.scons.org/doc/0.97/HTML/scons-user/x2261.html
-)