summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-26 10:24:05 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-26 10:24:05 +0000
commit12d30455d93a6ca14416ae3529c3eee11bd3ff38 (patch)
tree0d0430e1748a6e2a25da5a787bb3fb9aed9af940
parent497465c0821195f24965dec000af60e33071d6d6 (diff)
Allow 'make clean' to work without a valid KSRC (for those building just
'programs'). git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2956 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5080c0f..167b0b1 100644
--- a/Makefile
+++ b/Makefile
@@ -601,7 +601,7 @@ clean:
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