[zaptel-commits] russell: branch 1.2 r1943 - /branches/1.2/Makefile

zaptel-commits at lists.digium.com zaptel-commits at lists.digium.com
Tue Jan 23 17:35:49 MST 2007


Author: russell
Date: Tue Jan 23 18:35:48 2007
New Revision: 1943

URL: http://svn.digium.com/view/zaptel?view=rev&rev=1943
Log:
If the xpp pieces get built, install the userspace utilities as well.
(issue #8894)

Modified:
    branches/1.2/Makefile

Modified: branches/1.2/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.2/Makefile?view=diff&rev=1943&r1=1942&r2=1943
==============================================================================
--- branches/1.2/Makefile (original)
+++ branches/1.2/Makefile Tue Jan 23 18:35:48 2007
@@ -315,7 +315,12 @@
 	tar -zxf mISDNuser.tar.gz
 	$(MAKE) -C mISDNuser install
 
-install: all devices firmware
+xpp-install: FORCE
+ifneq (,$(findstring xpp,$(obj-m)))
+	@$(MAKE) -C xpp/utils install
+endif
+
+install: all devices firmware xpp-install
 	install -D -m 755 ztcfg $(INSTALL_PREFIX)/sbin/ztcfg
 	if [ -f sethdlc-new ]; then \
 		install -D -m 755 sethdlc-new $(INSTALL_PREFIX)/sbin/sethdlc; \



More information about the zaptel-commits mailing list