summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/wafsamba.py
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-23 18:25:50 -0600
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:27:04 +1000
commit8de258c81bcf0e2067f05c8cff1b48771dbde1f2 (patch)
treefe792c395e0d60d43548b717f85a4405d1721c54 /buildtools/wafsamba/wafsamba.py
parent1fb1af92b3a14e965d7b1ec3680d08ae5abae290 (diff)
downloadsamba-8de258c81bcf0e2067f05c8cff1b48771dbde1f2.tar.gz
samba-8de258c81bcf0e2067f05c8cff1b48771dbde1f2.tar.bz2
samba-8de258c81bcf0e2067f05c8cff1b48771dbde1f2.zip
build: use shell=True for SAMBA_GENERATOR
This allows for shell redirection in rules
Diffstat (limited to 'buildtools/wafsamba/wafsamba.py')
-rw-r--r--buildtools/wafsamba/wafsamba.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildtools/wafsamba/wafsamba.py b/buildtools/wafsamba/wafsamba.py
index 90006e46cf..7297224234 100644
--- a/buildtools/wafsamba/wafsamba.py
+++ b/buildtools/wafsamba/wafsamba.py
@@ -435,6 +435,7 @@ def SAMBA_GENERATOR(bld, name, rule, source, target,
rule=rule,
source=source,
target=target,
+ shell=True,
before='cc',
ext_out='.c',
name=name)