mirror of
https://github.com/samba-team/samba.git
synced 2025-03-24 10:50:22 +03:00
waf: allow for commands like "make bin/smbtorture"
I finally worked out the GNU make syntax for this
This commit is contained in:
parent
8a56f8ddb1
commit
7dcecbd077
@ -56,6 +56,10 @@ etags:
|
||||
ctags:
|
||||
$(WAF) ctags
|
||||
|
||||
bin/%:: FORCE
|
||||
$(WAF) --targets=`basename $@`
|
||||
FORCE:
|
||||
|
||||
configure: autogen-waf.sh BUILDTOOLS/scripts/configure.waf
|
||||
./autogen-waf.sh
|
||||
|
||||
|
@ -58,3 +58,8 @@ etags:
|
||||
|
||||
ctags:
|
||||
$(WAF) ctags
|
||||
|
||||
# this allows for things like "make bin/smbtorture"
|
||||
bin/%:: FORCE
|
||||
$(WAF) --targets=`basename $@`
|
||||
FORCE:
|
||||
|
Loading…
x
Reference in New Issue
Block a user