[dahdi-commits] seanbright: linux/trunk r4490 - /linux/trunk/drivers/dahdi/firmware/Makefile

SVN commits to the DAHDI project dahdi-commits at lists.digium.com
Tue Jul 1 09:44:04 CDT 2008


Author: seanbright
Date: Tue Jul  1 09:44:03 2008
New Revision: 4490

URL: http://svn.digium.com/view/dahdi?view=rev&rev=4490
Log:
Fixes a problem where the first invocation of 'make install' will not download
dahdi-fw-oct6114-128 and subsequently fails on install.  This may be a bug in
GNU Make 3.81 as both the reporter and I are running the same version and
experiencing the same issue.

(closes issue #12967)
Reported by: dimas
Patches:
      0012967.patch uploaded by seanbright (license 71)
Tested by: dimas

Modified:
    linux/trunk/drivers/dahdi/firmware/Makefile

Modified: linux/trunk/drivers/dahdi/firmware/Makefile
URL: http://svn.digium.com/view/dahdi/linux/trunk/drivers/dahdi/firmware/Makefile?view=diff&rev=4490&r1=4489&r2=4490
==============================================================================
--- linux/trunk/drivers/dahdi/firmware/Makefile (original)
+++ linux/trunk/drivers/dahdi/firmware/Makefile Tue Jul  1 09:44:03 2008
@@ -64,7 +64,7 @@
 	rm -f dahdi-fw-*.o
 
 # Download and extract firmware tarballs
-dahdi-fw-oct6114-064-%.tar.gz dahdi-fw-oct6114-128-%.tar.gz dahdi-fw-tc400m-%.tar.gz dahdi-fw-vpmadt032-%.tar.gz:
+dahdi-fw-oct6114-%.tar.gz dahdi-fw-tc400m-%.tar.gz dahdi-fw-vpmadt032-%.tar.gz:
 ifeq ($(shell if ( [ "$(HOTPLUG_FIRMWARE)" = "no" ] ) || ( [ -d $(DESTDIR)/usr/lib/hotplug/firmware ] && ! [ -f $(DESTDIR)/usr/lib/hotplug/firmware/.$(subst .tar.gz,,$*) ] ) || ( [ -d $(DESTDIR)/lib/firmware ] && ! [ -f $(DESTDIR)/lib/firmware/.$(subst .tar.gz,,$*) ] ); then echo "yes"; else echo "no"; fi),yes)
 	@echo "Attempting to download $@"
 	@if test ! -f $@; then $(DOWNLOAD) $(WGET_ARGS) $(FIRMWARE_URL)/$@; fi;




More information about the dahdi-commits mailing list