[svn-commits] russell: trunk r48224 - in /trunk: ./ sounds/Makefile
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Sat Dec 2 23:35:47 MST 2006
Author: russell
Date: Sun Dec 3 00:35:46 2006
New Revision: 48224
URL: http://svn.digium.com/view/asterisk?view=rev&rev=48224
Log:
Merged revisions 48223 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r48223 | russell | 2006-12-03 01:34:14 -0500 (Sun, 03 Dec 2006) | 3 lines
When "fetch" is in use, instead of "wget", --continue is not a valid option.
(issue #8451)
........
Modified:
trunk/ (props changed)
trunk/sounds/Makefile
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/sounds/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/sounds/Makefile?view=diff&rev=48224&r1=48223&r2=48224
==============================================================================
--- trunk/sounds/Makefile (original)
+++ trunk/sounds/Makefile Sun Dec 3 00:35:46 2006
@@ -52,7 +52,10 @@
MM:=$(subst -G722,-g722,$(MM))
MOH:=$(MM:MOH-%=asterisk-moh-%.tar.gz)
MOH_TAGS:=$(MM:MOH-%=$(MOH_DIR)/.asterisk-moh-%)
+# If "fetch" is used, --continue is not a valid option.
+ifeq ($(WGET),wget)
WGET_ARGS:=--continue
+endif
all: $(CORE_SOUNDS) $(EXTRA_SOUNDS) $(MOH)
More information about the svn-commits
mailing list