summaryrefslogtreecommitdiff
path: root/source4/Makefile
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-01-11 09:47:23 +1100
committerAndrew Tridgell <tridge@samba.org>2011-01-11 01:23:05 +0100
commit9814894dafb9a2b7f7247db22c3e0c347ffe916c (patch)
treec6c0c71e5e449938c6cb977bcf3e8069a7adfdb8 /source4/Makefile
parent86d06ad1035c4cc3861a20f064aa9d9dc3b72cd4 (diff)
downloadsamba-9814894dafb9a2b7f7247db22c3e0c347ffe916c.tar.gz
samba-9814894dafb9a2b7f7247db22c3e0c347ffe916c.tar.bz2
samba-9814894dafb9a2b7f7247db22c3e0c347ffe916c.zip
s4: fixed 'make dist' not to need configure for s4
Diffstat (limited to 'source4/Makefile')
-rw-r--r--source4/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/source4/Makefile b/source4/Makefile
index 77b3189a3b..bc77be965c 100644
--- a/source4/Makefile
+++ b/source4/Makefile
@@ -29,10 +29,12 @@ quicktest:
$(WAF) test --quick $(TEST_OPTIONS)
dist:
- $(WAF) dist
+ touch .tmplock
+ WAFLOCK=.tmplock $(WAF) dist
distcheck:
- $(WAF) distcheck
+ touch .tmplock
+ WAFLOCK=.tmplock $(WAF) distcheck
clean:
$(WAF) clean