summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-10-06 18:55:38 +1100
committerAndrew Tridgell <tridge@samba.org>2010-10-06 11:13:05 +0000
commit8fcccae6aa4f48e7ef03fbf8e5b5f24ea0209d2e (patch)
treef2cab72d8201ec156e86eb944c9ee54ae172de9a
parent8e5f8d71f22f0c102f46339427069d0571597ebf (diff)
downloadsamba-8fcccae6aa4f48e7ef03fbf8e5b5f24ea0209d2e.tar.gz
samba-8fcccae6aa4f48e7ef03fbf8e5b5f24ea0209d2e.tar.bz2
samba-8fcccae6aa4f48e7ef03fbf8e5b5f24ea0209d2e.zip
waf: update to waf version 1.5.19
this includes a number of perforance improvements and bug fixes. Thanks to Thomas for all the recent improvements!
-rwxr-xr-xbuildtools/bin/waf-svnbin107944 -> 109173 bytes
-rw-r--r--buildtools/wafsamba/wafsamba.py2
2 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/bin/waf-svn b/buildtools/bin/waf-svn
index 64c653c097..7dc850722d 100755
--- a/buildtools/bin/waf-svn
+++ b/buildtools/bin/waf-svn
Binary files differ
diff --git a/buildtools/wafsamba/wafsamba.py b/buildtools/wafsamba/wafsamba.py
index 3da1e1439a..da046e17a0 100644
--- a/buildtools/wafsamba/wafsamba.py
+++ b/buildtools/wafsamba/wafsamba.py
@@ -36,7 +36,7 @@ LIB_PATH="shared"
os.putenv('PYTHONUNBUFFERED', '1')
-if Constants.HEXVERSION < 0x105016:
+if Constants.HEXVERSION < 0x105019:
Logs.error('''
Please use the version of waf that comes with Samba, not
a system installed version. See http://wiki.samba.org/index.php/Waf