[zaptel-commits] tzafrir: trunk r2248 - /trunk/Makefile

zaptel-commits at lists.digium.com zaptel-commits at lists.digium.com
Wed Feb 28 01:28:18 MST 2007


Author: tzafrir
Date: Wed Feb 28 02:28:17 2007
New Revision: 2248

URL: http://svn.digium.com/view/zaptel?view=rev&rev=2248
Log:
The module rules broke INSTALL_PREFIX installation, and are generally useless.
Remove them in trunk and see how it goes.

Modified:
    trunk/Makefile

Modified: trunk/Makefile
URL: http://svn.digium.com/view/zaptel/trunk/Makefile?view=diff&rev=2248&r1=2247&r2=2248
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Wed Feb 28 02:28:17 2007
@@ -417,10 +417,6 @@
 	$(INSTALL) -m 644 doc/zttool.8 $(INSTALL_PREFIX)/usr/share/man/man8
 	[ `id -u` = 0 ] && /sbin/depmod -a $(KVERS) || :
 	[ -f $(CONFIG_FILE) ] || $(INSTALL) -D -m 644 zaptel.conf.sample $(CONFIG_FILE)
-	build_tools/genmodconf $(BUILDVER) "$(ROOT_PREFIX)" "$(filter-out zaptel,$(MODULES)) $(MODULE_ALIASES)"
-	@if [ -d /etc/modutils ]; then \
-		/sbin/update-modules ; \
-	fi
 
 install-libs: $(LTZ_SO) $(LTZ_A)
 	$(INSTALL) -D -m 755 $(LTZ_A) $(LIB_DIR)/$(LTZ_A)



More information about the zaptel-commits mailing list