]> git.etc.gen.nz Git - spong.git/commitdiff
Ignore the error from rm -rf if CVS dirs don't exist
authorMichael Brown <michaelb@opentext.com>
Wed, 27 Jun 2001 18:34:58 +0000 (18:34 +0000)
committerMichael Brown <michaelb@opentext.com>
Wed, 27 Jun 2001 18:34:58 +0000 (18:34 +0000)
Makefile

index fe58b8bdef95b555dae3380de83c06ffe56e7b62..b38949c2cddb447d3675ff8c8b72f24588e52992 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.8 2000/12/21 22:47:20 sljohnson Exp $
+# $Id: Makefile,v 1.9 2001/06/27 18:34:58 supermathie Exp $
 #
 # Makefile for Spong (Version 2.6f and up).
 #
@@ -53,7 +53,7 @@ $(SYSTEM)-test:
        mkdir -p $(SYSTEM)-client/lib/Spong
 
 $(SYSTEM)-client:      $(SYSTEM)-test clientdir clientlib clientetc clientbin
-       find $(SYSTEM)-client -name CVS -exec rm -rf '{}' \;
+       -find $(SYSTEM)-client -name CVS -exec rm -rf '{}' \;
 
 clientdir:     $(SYSTEM)-client/lib/Spong 
        [ -d ./$(SYSTEM)-client/lib/Spong ] ||  \