[zaptel-commits] tzafrir: branch 1.4 r2956 - /branches/1.4/Makefile

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Sun Aug 26 05:24:06 CDT 2007


Author: tzafrir
Date: Sun Aug 26 05:24:05 2007
New Revision: 2956

URL: http://svn.digium.com/view/zaptel?view=rev&rev=2956
Log:
Allow 'make clean' to work without a valid KSRC (for those building just
'programs').

Modified:
    branches/1.4/Makefile

Modified: branches/1.4/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.4/Makefile?view=diff&rev=2956&r1=2955&r2=2956
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Sun Aug 26 05:24:05 2007
@@ -601,7 +601,7 @@
 	rm -f *.o ztcfg tzdriver sethdlc sethdlc-new
 	rm -f $(LTZ_SO) $(LTZ_A) *.lo
 ifeq ($(BUILDVER),linux26)
-	$(MAKE) -C $(KSRC) SUBDIRS=$(PWD) clean
+	$(MAKE) -C $(KSRC) SUBDIRS=$(PWD) clean || :
 	$(MAKE) -C xpp/utils clean
 else
 	$(MAKE) -C wct4xxp clean




More information about the zaptel-commits mailing list