build: allow use of target names as commands in waf
authorAndrew Tridgell <tridge@samba.org>
Tue, 4 May 2010 08:08:43 +0000 (10:08 +0200)
committerAndrew Tridgell <tridge@samba.org>
Tue, 4 May 2010 09:45:43 +0000 (11:45 +0200)
commit7281b021814379b9c477b42bcf1f2215014d88ae
tree721906ad3f0952d4b8599446dd605b3001f6586c
parent727a1acd917baa1d8a5490569782ca41b7136215
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
buildtools/wafsamba/samba_wildcard.py [new file with mode: 0644]
buildtools/wafsamba/wafsamba.py
source4/wscript