build: move waf into buildtools/bin
authorAndrew Tridgell <tridge@samba.org>
Sun, 28 Mar 2010 20:07:18 +0000 (07:07 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 6 Apr 2010 10:27:15 +0000 (20:27 +1000)
buildtools/bin/waf [moved from buildtools/waf with 100% similarity]
buildtools/bin/waf-svn [moved from buildtools/waf-svn with 100% similarity]
source4/Makefile.waf
source4/configure.waf

similarity index 100%
rename from buildtools/waf
rename to buildtools/bin/waf
similarity index 100%
rename from buildtools/waf-svn
rename to buildtools/bin/waf-svn
index e304540637d59bce482101112a90af4bf684b987..1e950ed18c98178bf87b89df043607c7a68b791c 100644 (file)
@@ -10,7 +10,7 @@
 # from make to pass it to waf?
 JOBS=1
 
-WAF=JOBS=$(JOBS) ../buildtools/waf
+WAF=JOBS=$(JOBS) ../buildtools/bin/waf
 
 all:
        $(WAF) build
@@ -30,7 +30,7 @@ quicktest:
 clean:
        $(WAF) clean
 
-distclean:
+distclean: clean
        rm -rf bin
 
 # some compatibility make targets
index b297b9327847de1946fa59a7c5d5b8aa7306affa..40dfac6de443c3947f3aae05ef20489e6e420fda 100755 (executable)
@@ -2,7 +2,7 @@
 
 echo "Using waf based build"
 
-WAF=../buildtools/waf
+WAF=../buildtools/bin/waf
 
 # don't enable WAFCACHE by default till it is
 # size limited