From 39ac32e54ac2043fb8f567a5f50fb32bf754098d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 15 Mar 2010 18:26:58 +1100 Subject: build: default to waf -p --- source4/Makefile.waf | 5 +---- 1 file changed, 1 insertion(+), 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" -- cgit