waf: update to waf version 1.5.19
authorAndrew Tridgell <tridge@samba.org>
Wed, 6 Oct 2010 07:55:38 +0000 (18:55 +1100)
committerAndrew Tridgell <tridge@samba.org>
Wed, 6 Oct 2010 11:13:05 +0000 (11:13 +0000)
this includes a number of perforance improvements and bug
fixes. Thanks to Thomas for all the recent improvements!

buildtools/bin/waf-svn
buildtools/wafsamba/wafsamba.py

index 64c653c0977e8e91d77d8aae46646a2632ba3a0a..7dc850722dea46986ecdd675faf0e50eed58939c 100755 (executable)
Binary files a/buildtools/bin/waf-svn and b/buildtools/bin/waf-svn differ
index 3da1e1439a65a652dc11998f5a6b3afd2486e227..da046e17a0ca2999f498f377c741fac0cf10e1ef 100644 (file)
@@ -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