summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/wafsamba.py
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-05-04 10:08:43 +0200
committerAndrew Tridgell <tridge@samba.org>2010-05-04 11:45:43 +0200
commit7281b021814379b9c477b42bcf1f2215014d88ae (patch)
tree721906ad3f0952d4b8599446dd605b3001f6586c /buildtools/wafsamba/wafsamba.py
parent727a1acd917baa1d8a5490569782ca41b7136215 (diff)
downloadsamba-7281b021814379b9c477b42bcf1f2215014d88ae.tar.gz
samba-7281b021814379b9c477b42bcf1f2215014d88ae.tar.bz2
samba-7281b021814379b9c477b42bcf1f2215014d88ae.zip
build: allow use of target names as commands in waf
This allows for the following types of commands: waf smbd/samba waf smbd/server.c waf ../lib/util/util_file.c waf ../lib/util/util_file_*.o this will be used as part of an updated minimal_includes.pl script
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 d4766b099d..2b53a9ceb6 100644
--- a/buildtools/wafsamba/wafsamba.py
+++ b/buildtools/wafsamba/wafsamba.py
@@ -25,6 +25,7 @@ import tru64cc
import irixcc
import generic_cc
import samba_dist
+import samba_wildcard
O644 = 420