diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-10-06 18:55:38 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-10-06 11:13:05 +0000 |
commit | 8fcccae6aa4f48e7ef03fbf8e5b5f24ea0209d2e (patch) | |
tree | f2cab72d8201ec156e86eb944c9ee54ae172de9a /buildtools | |
parent | 8e5f8d71f22f0c102f46339427069d0571597ebf (diff) | |
download | samba-8fcccae6aa4f48e7ef03fbf8e5b5f24ea0209d2e.tar.gz samba-8fcccae6aa4f48e7ef03fbf8e5b5f24ea0209d2e.tar.bz2 samba-8fcccae6aa4f48e7ef03fbf8e5b5f24ea0209d2e.zip |
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!
Diffstat (limited to 'buildtools')
-rwxr-xr-x | buildtools/bin/waf-svn | bin | 107944 -> 109173 bytes | |||
-rw-r--r-- | buildtools/wafsamba/wafsamba.py | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/bin/waf-svn b/buildtools/bin/waf-svn Binary files differindex 64c653c097..7dc850722d 100755 --- a/buildtools/bin/waf-svn +++ b/buildtools/bin/waf-svn 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 |