From: Alexander Bokovoy Date: Fri, 15 Jun 2018 10:32:00 +0000 (+0300) Subject: buildtools/wafsamba: adopt to waf 2.0.8 X-Git-Tag: tdb-1.3.17~1811 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=7eab91a068ec9c95f8be3ae08e6d1d2f60ea0727;p=samba.git buildtools/wafsamba: adopt to waf 2.0.8 Signed-off-by: Alexander Bokovoy Reviewed-by: Andrew Bartlett --- diff --git a/buildtools/bin/waf b/buildtools/bin/waf index cbb5f2f1485..e3c0cb5563d 100755 --- a/buildtools/bin/waf +++ b/buildtools/bin/waf @@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE. import os, sys, inspect -VERSION="2.0.4" +VERSION="2.0.8" REVISION="x" GIT="x" INSTALL="x" diff --git a/buildtools/wafsamba/wafsamba.py b/buildtools/wafsamba/wafsamba.py index 6075cc7d9ee..0ee064421fa 100644 --- a/buildtools/wafsamba/wafsamba.py +++ b/buildtools/wafsamba/wafsamba.py @@ -44,7 +44,7 @@ LIB_PATH="shared" os.environ['PYTHONUNBUFFERED'] = '1' -if Context.HEXVERSION not in (0x2000400,): +if Context.HEXVERSION not in (0x2000800,): 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