Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2-0]: src/tools Pull up revision 1.29 (requested by jmc in ticket...



details:   https://anonhg.NetBSD.org/src/rev/e9c886a8f8a4
branches:  netbsd-2-0
changeset: 561566:e9c886a8f8a4
user:      tron <tron%NetBSD.org@localhost>
date:      Tue Jun 22 07:57:59 2004 +0000

description:
Pull up revision 1.29 (requested by jmc in ticket #531):
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

diffstat:

 tools/Makefile.gnuhost |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 98b71842151f -r e9c886a8f8a4 tools/Makefile.gnuhost
--- a/tools/Makefile.gnuhost    Tue Jun 22 07:57:38 2004 +0000
+++ b/tools/Makefile.gnuhost    Tue Jun 22 07:57:59 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.gnuhost,v 1.26.2.2 2004/06/22 07:45:50 tron Exp $
+#      $NetBSD: Makefile.gnuhost,v 1.26.2.3 2004/06/22 07:57:59 tron Exp $
 #
 # Rules used when building a GNU host package.  Expects MODULE to be set.
 #
@@ -108,6 +108,6 @@
 
 clean: clean.gnu
 clean.gnu:
-       rm -r -f .*_done build
+       -rm -r -f .*_done build
 
 .include <bsd.hostprog.mk>



Home | Main Index | Thread Index | Old Index