diff options
Diffstat (limited to 'ctdb/Makefile')
-rw-r--r-- | ctdb/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ctdb/Makefile b/ctdb/Makefile index 9ffce81eb3..4d2f059916 100644 --- a/ctdb/Makefile +++ b/ctdb/Makefile @@ -23,6 +23,10 @@ autotest: quicktest: $(WAF) test --quick $(TEST_OPTIONS) +show_version: + @touch .tmplock + @WAFLOCK=.tmplock $(WAF) show_version + dist: touch .tmplock WAFLOCK=.tmplock $(WAF) dist |