aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-02-18 04:21:07 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-02-18 04:21:07 +0000
commitfddb63e469f920f1acc55f17bc46af6fad6ff80b (patch)
treeea2f84bb48ce2db3c447220c6190b74a04944273 /Makefile
parent9c618025f8e0d5cd85f2317c4134a063166ad893 (diff)
Merged revisions 247423 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ................ r247423 | russell | 2010-02-17 22:20:11 -0600 (Wed, 17 Feb 2010) | 17 lines Merged revisions 247422 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r247422 | russell | 2010-02-17 22:19:01 -0600 (Wed, 17 Feb 2010) | 10 lines Tweak argument handling for wget in the sounds Makefile. 1) Fix the check to see if we are using wget to not be full of fail. The configure script populates this variable with the absolute path to wget if it is found, so it didn't work. 2) Allow some extra arguments to be passed in for wget. This is just a simple change to allow our Bamboo build script to tell wget to be quiet and not fill up our logs with download status output. ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@247425 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 50594e213..6a15b7e4c 100644
--- a/Makefile
+++ b/Makefile
@@ -87,6 +87,7 @@ export AWK
export GREP
export ID
export MD5
+export WGET_EXTRA_ARGS
# even though we could use '-include makeopts' here, use a wildcard
# lookup anyway, so that make won't try to build makeopts if it doesn't