[zaptel-commits] tzafrir: branch 1.2 r4118 - /branches/1.2/Makefile

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Mon Mar 31 19:08:21 CDT 2008


Author: tzafrir
Date: Mon Mar 31 19:08:21 2008
New Revision: 4118

URL: http://svn.digium.com/view/zaptel?view=rev&rev=4118
Log:
Err.... re-fix make clean for kernel 2.4.

Modified:
    branches/1.2/Makefile

Modified: branches/1.2/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.2/Makefile?view=diff&rev=4118&r1=4117&r2=4118
==============================================================================
--- branches/1.2/Makefile (original)
+++ branches/1.2/Makefile Mon Mar 31 19:08:21 2008
@@ -564,10 +564,12 @@
 	rm -f torisatool makefw tor2fw.h radfw.h
 	rm -f $(BINS)
 	rm -f patgen pattest patlooptest hdlcstress hdlctest hdlcgen hdlcverify timertest
-	rm -f *.o ztcfg tzdriver sethdlc sethdlc-new
+	rm -f *.o */*.o ztcfg tzdriver sethdlc sethdlc-new
 	rm -f $(TZOBJS) $(LIBTONEZONE_SO) *.lo
+ifeq ($(BUILDVER),linux26)
 ifeq (yes,$(HAS_KSRC))
 	$(MAKE) -C $(KSRC) SUBDIRS=$(PWD) clean
+endif
 endif
 	$(MAKE) -C wct4xxp clean
 	$(MAKE) -C wctc4xxp clean




More information about the zaptel-commits mailing list