diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/replace/Makefile | 6 | ||||
-rw-r--r-- | lib/talloc/Makefile | 6 | ||||
-rw-r--r-- | lib/tdb/Makefile | 6 | ||||
-rw-r--r-- | lib/tevent/Makefile | 6 |
4 files changed, 16 insertions, 8 deletions
diff --git a/lib/replace/Makefile b/lib/replace/Makefile index 5b8220c6cb..364990153e 100644 --- a/lib/replace/Makefile +++ b/lib/replace/Makefile @@ -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 diff --git a/lib/talloc/Makefile b/lib/talloc/Makefile index 95564ebc6d..4c28653446 100644 --- a/lib/talloc/Makefile +++ b/lib/talloc/Makefile @@ -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 diff --git a/lib/tdb/Makefile b/lib/tdb/Makefile index 95564ebc6d..4c28653446 100644 --- a/lib/tdb/Makefile +++ b/lib/tdb/Makefile @@ -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 diff --git a/lib/tevent/Makefile b/lib/tevent/Makefile index f178363dbc..5acfcbce58 100644 --- a/lib/tevent/Makefile +++ b/lib/tevent/Makefile @@ -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 |