ldb-samba: critical bugfix on original recursive search implementation
[obnox/samba/samba-obnox.git] / ctdb / Makefile
index 4d2f059916a543a2c7b2bbc5684ce8c0889930ca..b0912f275e76fe9e1a95ac79df9b7b6c1cc90315 100644 (file)
@@ -1,6 +1,6 @@
 # simple makefile wrapper to run waf
 
-WAF=WAF_MAKE=1 PATH=../buildtools/bin:$$PATH waf
+WAF=WAF_MAKE=1 PATH=buildtools/bin:../buildtools/bin:$$PATH waf
 
 all:
        $(WAF) build
@@ -67,7 +67,8 @@ etags:
        $(WAF) etags
 
 ctags:
-       $(WAF) ctags
+       touch .tmplock
+       WAFLOCK=.tmplock $(WAF) ctags
 
 pydoctor:
        $(WAF) pydoctor