tdb: test for readonly locks mode on tdbbackup command
[samba.git] / lib / tdb / Makefile
index 95564ebc6de566b7829e6f2e6a257aacd4ebf0b1..fe44ff6b5698445b14e082054c2282bc995158b4 100644 (file)
@@ -11,7 +11,7 @@ install:
 uninstall:
        $(WAF) uninstall
 
-test:
+test: FORCE
        $(WAF) test $(TEST_OPTIONS)
 
 testenv:
@@ -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