diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-23 18:25:50 -0600 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:27:04 +1000 |
commit | 8de258c81bcf0e2067f05c8cff1b48771dbde1f2 (patch) | |
tree | fe792c395e0d60d43548b717f85a4405d1721c54 /buildtools | |
parent | 1fb1af92b3a14e965d7b1ec3680d08ae5abae290 (diff) | |
download | samba-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')
-rw-r--r-- | buildtools/wafsamba/wafsamba.py | 1 |
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) |