Source-Changes-HG archive

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

[src/netbsd-2-0]: src/sys/arch/sparc/stand Pull up revision 1.22 (requested b...



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

description:
Pull up revision 1.22 (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:

 sys/arch/sparc/stand/Makefile.buildboot |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 06cd5fbf3f97 -r 98b71842151f sys/arch/sparc/stand/Makefile.buildboot
--- a/sys/arch/sparc/stand/Makefile.buildboot   Tue Jun 22 07:57:14 2004 +0000
+++ b/sys/arch/sparc/stand/Makefile.buildboot   Tue Jun 22 07:57:38 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.buildboot,v 1.21 2003/07/30 15:58:38 mrg Exp $
+#      $NetBSD: Makefile.buildboot,v 1.21.2.1 2004/06/22 07:57:38 tron Exp $
 #
 # This file is for the sparc `boot' and `bootxx' only; it does not
 # currently play well on a 64-bit system.
@@ -66,4 +66,4 @@
 cleandir distclean: cleanlibdir
 
 cleanlibdir:
-       rm -rf lib
+       -rm -rf lib



Home | Main Index | Thread Index | Old Index