waf: fixed 'make bin/XXX' for the remaining binaries
authorAndrew Tridgell <tridge@samba.org>
Fri, 10 Jun 2011 01:32:27 +0000 (11:32 +1000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 10 Jun 2011 07:21:26 +0000 (17:21 +1000)
commitae1414e79698c0c506aabd7458c4fbae8cc8fcf5
tree37cf6f9d42d4664c3c221db64d7ff85b8b2e8f13
parent91f351568aab728269cdfce3a6cfad8b5785b8d8
waf: fixed 'make bin/XXX' for the remaining binaries

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
Makefile
buildtools/scripts/Makefile.waf
buildtools/wafsamba/samba_wildcard.py