waf: upgrade to 2.0.21
authorStefan Metzmacher <metze@samba.org>
Wed, 25 Nov 2020 15:29:06 +0000 (16:29 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 26 Nov 2020 06:52:41 +0000 (06:52 +0000)
commit6718b5e6d059e5668fc538be802ebd9fbe5ce9af
treee026cdb2a878e9db36fd8278ccefc3980a6b5094
parent5ef3b6deba421b55b4d84c333e3316d9d024df14
waf: upgrade to 2.0.21

This commit message was wrong:

    commit 5fc3a71d0f54b176d3cb2e399718d0468507e797
    Author: David Mulder <dmulder@suse.com>
    Date:   Mon Aug 24 13:12:46 2020 -0600

        waf: upgrade to 2.0.20

        This contain an important change:
        "Fix gccdeps.scan() returning nodes that no longer exist on disk."
        https://gitlab.com/ita1024/waf/-/merge_requests/2293

Signed-off-by: David Mulder <dmulder@suse.com>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
The fix was in in waf master, but not included in 2.0.20,
but it's now included in 2.0.21.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
19 files changed:
buildtools/bin/waf
buildtools/wafsamba/wafsamba.py
third_party/waf/waflib/Build.py
third_party/waf/waflib/Context.py
third_party/waf/waflib/Tools/asm.py
third_party/waf/waflib/Tools/c_config.py
third_party/waf/waflib/Tools/msvc.py
third_party/waf/waflib/Tools/qt5.py
third_party/waf/waflib/Tools/waf_unit_test.py
third_party/waf/waflib/extras/boost.py
third_party/waf/waflib/extras/c_dumbpreproc.py
third_party/waf/waflib/extras/doxygen.py
third_party/waf/waflib/extras/file_to_object.py
third_party/waf/waflib/extras/gccdeps.py
third_party/waf/waflib/extras/msvcdeps.py
third_party/waf/waflib/extras/pch.py
third_party/waf/waflib/extras/sphinx.py
third_party/waf/waflib/extras/wafcache.py
third_party/waf/waflib/extras/xcode6.py