summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_wildcard.py
AgeCommit message (Collapse)AuthorFilesLines
2012-03-15wafsamba: Remove shebang lines from non-executable files.Jelmer Vernooij1-2/+0
2012-02-10wafsamba: Expand tabs.Jelmer Vernooij1-105/+105
2011-06-10waf: fixed 'make bin/XXX' for the remaining binariesAndrew Tridgell1-4/+31
this fixes 'make bin/smbd' to work correctly with the waf build. It didn't work before as smbd is actually 'smbd/smbd' internally and we tried to use the target name 'smbd'. The new approach reads the symlink to get the right target. This also speeds up the null build by quite a lot
2010-11-03waf: fixed wildcard build for full pathsAndrew Tridgell1-3/+16
2010-11-03waf: fixed wildcard buildAndrew Tridgell1-1/+2
this fixes minimal includes for subsystems that use autoproto
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