summaryrefslogtreecommitdiff
path: root/buildtools
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2022-02-17 15:40:20 +0100
committerAndreas Schneider <asn@cryptomilk.org>2022-02-21 10:06:27 +0000
commitfb175576b698f43224dab815fd6c0763a12db2b2 (patch)
treef206d632fd6dffa51e7b204daed620f23ac550e4 /buildtools
parent6b8d30e0aa15fff7e831c0a3e34719e8cdc1ebec (diff)
downloadsamba-fb175576b698f43224dab815fd6c0763a12db2b2.tar.gz
third_party: Update waf to verison 2.0.23
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Mon Feb 21 10:06:27 UTC 2022 on sn-devel-184
Diffstat (limited to 'buildtools')
-rwxr-xr-xbuildtools/bin/waf3
-rw-r--r--buildtools/wafsamba/wafsamba.py2
2 files changed, 2 insertions, 3 deletions
diff --git a/buildtools/bin/waf b/buildtools/bin/waf
index b0ccb09a877..2001ccdbd8a 100755
--- a/buildtools/bin/waf
+++ b/buildtools/bin/waf
@@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.
import os, sys, inspect
-VERSION="2.0.22"
+VERSION="2.0.23"
REVISION="x"
GIT="x"
INSTALL="x"
@@ -164,4 +164,3 @@ if __name__ == '__main__':
from waflib import Scripting
Scripting.waf_entry_point(cwd, VERSION, wafdir[0])
-
diff --git a/buildtools/wafsamba/wafsamba.py b/buildtools/wafsamba/wafsamba.py
index 185ef3b73a2..710b82af663 100644
--- a/buildtools/wafsamba/wafsamba.py
+++ b/buildtools/wafsamba/wafsamba.py
@@ -38,7 +38,7 @@ LIB_PATH="shared"
os.environ['PYTHONUNBUFFERED'] = '1'
-if Context.HEXVERSION not in (0x2001600,):
+if Context.HEXVERSION not in (0x2001700,):
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