summaryrefslogtreecommitdiff
path: root/source4/Makefile.waf
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-15 18:26:58 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:26:49 +1000
commit39ac32e54ac2043fb8f567a5f50fb32bf754098d (patch)
tree228a339ddb9edca2c3cc4887e5d549aea2b56871 /source4/Makefile.waf
parente054dcf33fe52429d09a8f607f16b6a591ac36f6 (diff)
downloadsamba-39ac32e54ac2043fb8f567a5f50fb32bf754098d.tar.gz
samba-39ac32e54ac2043fb8f567a5f50fb32bf754098d.tar.bz2
samba-39ac32e54ac2043fb8f567a5f50fb32bf754098d.zip
build: default to waf -p
Diffstat (limited to 'source4/Makefile.waf')
-rw-r--r--source4/Makefile.waf5
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"