From 1bcd9ce6aa22730e514a553bc0cc16895176a47c Mon Sep 17 00:00:00 2001 From: Chris Tallon Date: Sat, 20 Aug 2005 12:52:18 +0000 Subject: [PATCH] Added -f to rm vompclient to allow it to succeed if vompclient doesn't pre-exist --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 44c1651..82c4fff 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ strip: $(STRIP) vompclient install: - rm /diskless/nfs/mvp/vompclient + rm -f /diskless/nfs/mvp/vompclient cp vompclient /diskless/nfs/mvp release: CXXFLAGS := -O3 $(CXXFLAGS) -- 2.39.2