summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_wildcard.py
AgeCommit message (Collapse)AuthorFilesLines
2010-05-04build: fixed wildcard handling for python 3.xAndrew Tridgell1-1/+1
print must take parentheses
2010-05-04build: allow use of target names as commands in wafAndrew Tridgell1-0/+114
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