summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/wafsamba.py
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-04-05 11:25:20 +1000
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:27:26 +1000
commit64594f296ca84c487e5cd7ec5e76153cb3b3ef4a (patch)
treee6d37cfc7afddf091a8b99f1a8e3bd2b0329bf2f /buildtools/wafsamba/wafsamba.py
parentcd712dff316b5d1d017c0132ef37e948b17e0608 (diff)
downloadsamba-64594f296ca84c487e5cd7ec5e76153cb3b3ef4a.tar.gz
samba-64594f296ca84c487e5cd7ec5e76153cb3b3ef4a.tar.bz2
samba-64594f296ca84c487e5cd7ec5e76153cb3b3ef4a.zip
s4-waf: replace TOUCH_FILE() with normal install rules
this allows it to work with 'waf uninstall'
Diffstat (limited to 'buildtools/wafsamba/wafsamba.py')
-rw-r--r--buildtools/wafsamba/wafsamba.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/wafsamba/wafsamba.py b/buildtools/wafsamba/wafsamba.py
index 55dfe26b0a..a28f1ebb79 100644
--- a/buildtools/wafsamba/wafsamba.py
+++ b/buildtools/wafsamba/wafsamba.py
@@ -411,7 +411,7 @@ def SAMBA_SUBSYSTEM(bld, modname, source,
Build.BuildContext.SAMBA_SUBSYSTEM = SAMBA_SUBSYSTEM
-def SAMBA_GENERATOR(bld, name, rule, source, target,
+def SAMBA_GENERATOR(bld, name, rule, source='', target='',
group='generators', enabled=True,
public_headers=None,
header_path=None,