From: Michael Brown Date: Wed, 27 Jun 2001 18:34:58 +0000 (+0000) Subject: Ignore the error from rm -rf if CVS dirs don't exist X-Git-Tag: spong-2_4_6~12 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2351fde39dbb9fff6c2e4ba6fe5a3c98efaa2677;p=spong.git Ignore the error from rm -rf if CVS dirs don't exist --- diff --git a/Makefile b/Makefile index fe58b8b..b38949c 100644 --- 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 ] || \