1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-29 02:50:28 +03:00

waf: ensure "make dist" works from a clean git tree for all libraries

this uses a temporary waf lock file to force the build directory

Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Sat Jan  8 02:35:22 CET 2011 on sn-devel-104
This commit is contained in:
Andrew Tridgell 2011-01-08 11:39:32 +11:00
parent 52aac4dd54
commit 005c6370cd
5 changed files with 20 additions and 10 deletions

View File

@ -21,10 +21,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

View File

@ -21,10 +21,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

View File

@ -21,10 +21,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

View File

@ -15,10 +15,12 @@ test:
$(WAF) test $(TEST_OPTIONS)
dist:
$(WAF) dist
touch .tmplock
WAFLOCK=.tmplock $(WAF) dist
distcheck:
$(WAF) distcheck
touch .tmplock
WAFLOCK=.tmplock $(WAF) distcheck
clean:
$(WAF) clean

View File

@ -15,10 +15,12 @@ test:
$(WAF) test $(TEST_OPTIONS)
dist:
$(WAF) dist
touch .tmplock
WAFLOCK=.tmplock $(WAF) dist
distcheck:
$(WAF) distcheck
touch .tmplock
WAFLOCK=.tmplock $(WAF) distcheck
clean:
$(WAF) clean