From 84fafa3db5bde5b679f152ae36701c896ea245d8 Mon Sep 17 00:00:00 2001 From: jmc Date: Mon, 21 Jun 2004 18:20:08 +0000 Subject: Ignore errors on some rm -rf's for platforms that aren't quite POSIX compliant and return errors on r/o source (FreeBSD) for -rf. Fixes PR#25022 --- tools/Makefile.gnuhost | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/Makefile.gnuhost') diff --git a/tools/Makefile.gnuhost b/tools/Makefile.gnuhost index fba9ca5f424..fd7c030a257 100644 --- a/tools/Makefile.gnuhost +++ b/tools/Makefile.gnuhost @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.gnuhost,v 1.28 2004/06/20 23:12:40 jmc Exp $ +# $NetBSD: Makefile.gnuhost,v 1.29 2004/06/21 18:20:09 jmc Exp $ # # Rules used when building a GNU host package. Expects MODULE to be set. # @@ -108,6 +108,6 @@ realinstall: .install_done clean: clean.gnu clean.gnu: - rm -r -f .*_done build + -rm -r -f .*_done build .include -- cgit