From: Paul Brossier Date: Thu, 16 Mar 2017 23:26:30 +0000 (+0100) Subject: scripts/get_waf.sh: really bump to 1.9.6, remove unused variable in Makefile X-Git-Tag: 0.4.5~62 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=80e9efc8817d89b59722d4aae67fb514e0747be9;p=aubio.git scripts/get_waf.sh: really bump to 1.9.6, remove unused variable in Makefile --- diff --git a/Makefile b/Makefile index d51516ac..7e9226e6 100644 --- 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 diff --git a/scripts/get_waf.sh b/scripts/get_waf.sh index 5b41d8d1..8b9acf0b 100755 --- 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 )