summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2022-02-17 15:40:38 +0100
committerJule Anger <janger@samba.org>2022-05-30 08:15:10 +0000
commit8385893f4c62605ea712904f44818a408a115d32 (patch)
treec88d9de9c0e5740a7926c2ab5772b84d36435d5a
parentf23f9132f7c0205220e11732ee5b0c69ea8467dd (diff)
downloadsamba-8385893f4c62605ea712904f44818a408a115d32.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> (cherry picked from commit 6b8d30e0aa15fff7e831c0a3e34719e8cdc1ebec)
-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