[dahdi-commits] tzafrir: tools/trunk r4422 - /tools/trunk/xpp/Makefile
SVN commits to the DAHDI project
dahdi-commits at lists.digium.com
Thu Jun 19 17:36:14 CDT 2008
Author: tzafrir
Date: Thu Jun 19 17:36:14 2008
New Revision: 4422
URL: http://svn.digium.com/view/dahdi?view=rev&rev=4422
Log:
Firmware was moved to linux/ . Don't try to install it.
Modified:
tools/trunk/xpp/Makefile
Modified: tools/trunk/xpp/Makefile
URL: http://svn.digium.com/view/dahdi/tools/trunk/xpp/Makefile?view=diff&rev=4422&r1=4421&r2=4422
==============================================================================
--- tools/trunk/xpp/Makefile (original)
+++ tools/trunk/xpp/Makefile Thu Jun 19 17:36:14 2008
@@ -34,10 +34,6 @@
PERL_DIRS := $(shell cd perl_modules; find * -name '[A-Z]*' -type d| xargs)
PERL_MODS_PAT := *.pm $(PERL_DIRS:%=%/*.pm)
PERL_MODS := $(shell cd perl_modules; echo $(PERL_MODS_PAT))
-
-XPD_FIRMWARE = $(wildcard ../firmwares/*.hex)
-XPD_INIT_DATA = $(XPD_FIRMWARE)
-XPD_INIT = $(wildcard ../init_card_?_*) xpp_fxloader
# Variables that should be defined above, but need sane defaults:
# FIXME: Are those values really sane?
@@ -79,8 +75,6 @@
$(INSTALL) -d $(DESTDIR)$(SBINDIR)
$(INSTALL) $(PROG_INSTALL) $(DESTDIR)$(SBINDIR)/
$(INSTALL) -d $(DESTDIR)$(DATADIR)
- $(INSTALL_DATA) $(XPD_INIT_DATA) $(DESTDIR)$(DATADIR)/
- $(INSTALL) $(XPD_INIT) $(DESTDIR)$(DATADIR)/
$(INSTALL) -d $(DESTDIR)$(MANDIR)
$(INSTALL_DATA) $(MAN_INSTALL) $(DESTDIR)$(MANDIR)/
$(INSTALL) -d $(DESTDIR)$(HOTPLUG_USB_DIR)
More information about the dahdi-commits
mailing list