[svn-commits] tzafrir: branch 1.4 r3226 - in /branches/1.4: Makefile tor2ee.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sat Nov 10 19:22:58 CST 2007


Author: tzafrir
Date: Sat Nov 10 19:22:57 2007
New Revision: 3226

URL: http://svn.digium.com/view/zaptel?view=rev&rev=3226
Log:
tor2ee doesn't build. Remove it. Closes #10278.

Removed:
    branches/1.4/tor2ee.c
Modified:
    branches/1.4/Makefile

Modified: branches/1.4/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.4/Makefile?view=diff&rev=3226&r1=3225&r2=3226
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Sat Nov 10 19:22:57 2007
@@ -234,7 +234,7 @@
 MOD_DIR:=$(DESTDIR)/lib/modules/$(KVERS)/misc
 
 # Utilities we build with a standard build procedure:
-UTILS		= tor2ee zttool zttest ztmonitor ztspeed sethdlc-new ztcfg \
+UTILS		= zttool zttest ztmonitor ztspeed sethdlc-new ztcfg \
 		  ztcfg-dude usbfxstest fxstest fxotune ztdiag torisatool
 
 
@@ -297,10 +297,6 @@
 
 tests: patgen pattest patlooptest hdlcstress hdlctest hdlcgen hdlcverify timertest
 
-tor2ee.o: tor2-hw.h
-
-tor2ee: LDLIBS+=-lpci
-
 zonedata.lo: zonedata.c
 	$(CC) -c $(CFLAGS) -o $@ $^
 
@@ -366,8 +362,6 @@
 fxstest: LDLIBS+=-lm
 fxotune: LDLIBS+=-lm
 fxsdump: LDLIBS+=-lm
-
-devel: tor2ee 
 
 ifeq ($(BUILDVER),linux24)
 wct4xxp/wct4xxp.o:
@@ -613,7 +607,6 @@
 	rm -rf .tmp_versions
 	rm -f gendigits tones.h
 	rm -f libtonezone*
-	rm -f tor2ee
 	rm -f fxotune
 	rm -f core
 	rm -f ztcfg-shared fxstest




More information about the svn-commits mailing list