From: Andrew Tridgell Date: Wed, 6 Oct 2010 07:55:38 +0000 (+1100) Subject: waf: update to waf version 1.5.19 X-Git-Url: http://git.samba.org/?p=mat%2Fsamba.git;a=commitdiff_plain;h=8fcccae6aa4f48e7ef03fbf8e5b5f24ea0209d2e 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! --- 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