aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-02-18 04:19:01 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-02-18 04:19:01 +0000
commit3723b8b205df7f42d72a93b9fc1b700f2c289f81 (patch)
tree13754f0680b089f3f9f597fff751a17b67ca5d99 /Makefile
parent90bc73c565eb3789a78fa8a4c4acbdb35769feb7 (diff)
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.4@247422 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 7d403dbdb..c235f42b2 100644
--- a/Makefile
+++ b/Makefile
@@ -74,6 +74,7 @@ export TERMCAP_DIR
export TINFO_DIR
export GTK2_LIB
export GTK2_INCLUDE
+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