ref: 80e9efc8817d89b59722d4aae67fb514e0747be9
parent: 67b66184a3c5ac1bc2d2bc837bc5b1f192f10b15
author: Paul Brossier <piem@piem.org>
date: Thu Mar 16 20:26:30 EDT 2017
scripts/get_waf.sh: really bump to 1.9.6, remove unused variable in Makefile
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,6 @@
# $ make test_python
WAFCMD=python waf
-WAFURL=https://waf.io/waf-1.9.6
#WAFOPTS:=
# turn on verbose mode
--- a/scripts/get_waf.sh
+++ b/scripts/get_waf.sh
@@ -3,7 +3,7 @@
set -e
set -x
-WAFURL=https://waf.io/waf-1.8.22
+WAFURL=https://waf.io/waf-1.9.6
( which wget > /dev/null && wget -qO waf $WAFURL ) || ( which curl > /dev/null && curl $WAFURL > waf )