diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-15 18:26:58 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:26:49 +1000 |
commit | 39ac32e54ac2043fb8f567a5f50fb32bf754098d (patch) | |
tree | 228a339ddb9edca2c3cc4887e5d549aea2b56871 | |
parent | e054dcf33fe52429d09a8f607f16b6a591ac36f6 (diff) | |
download | samba-39ac32e54ac2043fb8f567a5f50fb32bf754098d.tar.gz samba-39ac32e54ac2043fb8f567a5f50fb32bf754098d.tar.bz2 samba-39ac32e54ac2043fb8f567a5f50fb32bf754098d.zip |
build: default to waf -p
-rw-r--r-- | source4/Makefile.waf | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source4/Makefile.waf b/source4/Makefile.waf index e1a8007915..976c258993 100644 --- a/source4/Makefile.waf +++ b/source4/Makefile.waf @@ -2,7 +2,7 @@ WAF=WAFCACHE=$(HOME)/.wafcache ../buildtools/waf all: - $(WAF) build -v + $(WAF) build -p install: $(WAF) install @@ -21,6 +21,3 @@ clean: distclean: rm -rf bin - -*: - echo "target not implemented" |