summaryrefslogtreecommitdiff
path: root/third_party/waf
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2022-02-17 15:40:38 +0100
committerAndreas Schneider <asn@cryptomilk.org>2022-02-21 09:14:31 +0000
commit6b8d30e0aa15fff7e831c0a3e34719e8cdc1ebec (patch)
treea1be0fe72c5529b720120bee6085d754087949b4 /third_party/waf
parent33186bdf6447556cf681333dc83310bc5e1735a1 (diff)
downloadsamba-6b8d30e0aa15fff7e831c0a3e34719e8cdc1ebec.tar.gz
third_party:waf: Print the version of waf at the end of the update script
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
Diffstat (limited to 'third_party/waf')
-rwxr-xr-xthird_party/waf/update.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/third_party/waf/update.sh b/third_party/waf/update.sh
index 16bda84a3f0..95f57ed1d81 100755
--- a/third_party/waf/update.sh
+++ b/third_party/waf/update.sh
@@ -74,6 +74,8 @@ popd || cleanup_and_exit 1
echo
echo "Now please change VERSION in buildtools/bin/waf and"
echo "Context.HEXVERSION in buildtools/wafsamba/wafsamba.py"
+grep WAFVERSION "${WAF_SAMBA_DIR}/waflib/Context.py"
+grep HEXVERSION "${WAF_SAMBA_DIR}/waflib/Context.py"
echo
-cleanup_and_exit 0
+cleanup_and_exit 0 \ No newline at end of file