From 8fcccae6aa4f48e7ef03fbf8e5b5f24ea0209d2e Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 6 Oct 2010 18:55:38 +1100 Subject: 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! --- buildtools/bin/waf-svn | Bin 107944 -> 109173 bytes buildtools/wafsamba/wafsamba.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/buildtools/bin/waf-svn b/buildtools/bin/waf-svn index 64c653c097..7dc850722d 100755 Binary files a/buildtools/bin/waf-svn and b/buildtools/bin/waf-svn 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 -- cgit