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/evbarm/stand/gzboot Pull up revision 1.10 (req...



details:   https://anonhg.NetBSD.org/src/rev/b416bb2dce91
branches:  netbsd-2-0
changeset: 561553:b416bb2dce91
user:      tron <tron%NetBSD.org@localhost>
date:      Tue Jun 22 07:52:48 2004 +0000

description:
Pull up revision 1.10 (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/evbarm/stand/gzboot/Makefile.gzboot |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 64234744d630 -r b416bb2dce91 sys/arch/evbarm/stand/gzboot/Makefile.gzboot
--- a/sys/arch/evbarm/stand/gzboot/Makefile.gzboot      Tue Jun 22 07:52:22 2004 +0000
+++ b/sys/arch/evbarm/stand/gzboot/Makefile.gzboot      Tue Jun 22 07:52:48 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.gzboot,v 1.9 2003/10/26 07:25:36 lukem Exp $
+#      $NetBSD: Makefile.gzboot,v 1.9.2.1 2004/06/22 07:52:48 tron Exp $
 
 NOMAN=  # defined
 
@@ -86,7 +86,7 @@
 cleandir distclean: cleanlibdir
 
 cleanlibdir:
-       rm -rf lib
+       -rm -rf lib
 
 LDFLAGS= -M -T ${LDSCRIPT}
 



Home | Main Index | Thread Index | Old Index