From 2351fde39dbb9fff6c2e4ba6fe5a3c98efaa2677 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 27 Jun 2001 18:34:58 +0000 Subject: [PATCH] Ignore the error from rm -rf if CVS dirs don't exist --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ] || \ -- 2.30.2