summaryrefslogtreecommitdiff
path: root/buildtools/bin
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-04-03 14:11:31 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:27:24 +1000
commit3efd865d617bfc9c6f87fdb91df282a36910954f (patch)
tree0903d1c6e5b8dfeac7678b39b2bde04c956dfc0d /buildtools/bin
parent1b15b28eaabc4ac85632408912a80f4f4ac2abd2 (diff)
downloadsamba-3efd865d617bfc9c6f87fdb91df282a36910954f.tar.gz
build: use waf from waf-svn.git repo
Added README explaining where waf comes from, and where to get the upstream sources and the exact version we use in Samba
Diffstat (limited to 'buildtools/bin')
-rw-r--r--buildtools/bin/README16
-rwxr-xr-xbuildtools/bin/waf-svnbin107355 -> 107171 bytes
2 files changed, 16 insertions, 0 deletions
diff --git a/buildtools/bin/README b/buildtools/bin/README
new file mode 100644
index 00000000000..9ef8a1f6510
--- /dev/null
+++ b/buildtools/bin/README
@@ -0,0 +1,16 @@
+This copy of waf-svn is taken from the git mirror of waf
+at:
+
+ git://git.samba.org/tridge/waf-svn.git
+
+using the waf-samba branch
+
+It was built using the command:
+
+ ./waf-light --zip-type=gz --make-waf
+
+See http://code.google.com/p/waf/ for more information on waf
+
+You can get a svn copy of the upstream source with:
+
+ svn checkout http://waf.googlecode.com/svn/trunk/ waf-read-only
diff --git a/buildtools/bin/waf-svn b/buildtools/bin/waf-svn
index eefdb138fe5..1846fd95466 100755
--- a/buildtools/bin/waf-svn
+++ b/buildtools/bin/waf-svn
Binary files differ