[Asterisk-cvs] zaptel Makefile,1.81,1.82

kpfleming at lists.digium.com kpfleming at lists.digium.com
Thu Jun 9 23:06:21 CDT 2005


Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv1279

Modified Files:
	Makefile 
Log Message:
ensure that modules that have been installed into 'extra' are removed now that the Makefile has been corrected


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/zaptel/Makefile,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- Makefile	10 Jun 2005 02:56:27 -0000	1.81
+++ Makefile	10 Jun 2005 03:08:25 -0000	1.82
@@ -304,6 +304,9 @@
 	fi
 	if [ -f zttool ]; then install -D -m 755 zttool $(INSTALL_PREFIX)/sbin/zttool; fi
 	if [ -f zaptel.ko ]; then \
+		for x in $(MODULESKO); do \
+			rm -f $(INSTALL_PREFIX)/lib/modules/$(KVERS)/extra/$$x ; \
+		done; \
 		$(MAKE) -C $(KSRC) SUBDIRS=$(PWD) INSTALL_MOD_PATH=$(INSTALL_PREFIX) INSTALL_MOD_DIR=misc modules_install; \
 		if ! [ -f wcfxsusb.ko ]; then \
 			rm -f $(INSTALL_PREFIX)/lib/modules/$(KVERS)/misc/wcfxsusb.ko; \




More information about the svn-commits mailing list