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/i386/stand Pull up revision 1.57 (requested by...



details:   https://anonhg.NetBSD.org/src/rev/d67fffe28978
branches:  netbsd-2-0
changeset: 561563:d67fffe28978
user:      tron <tron%NetBSD.org@localhost>
date:      Tue Jun 22 07:56:51 2004 +0000

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

diffs (18 lines):

diff -r 2a54f0bd589b -r d67fffe28978 sys/arch/i386/stand/Makefile.booters
--- a/sys/arch/i386/stand/Makefile.booters      Tue Jun 22 07:56:26 2004 +0000
+++ b/sys/arch/i386/stand/Makefile.booters      Tue Jun 22 07:56:51 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.booters,v 1.56 2003/11/07 23:44:56 dsl Exp $
+#      $NetBSD: Makefile.booters,v 1.56.2.1 2004/06/22 07:56:51 tron Exp $
 
 .include <bsd.own.mk>
 
@@ -100,7 +100,7 @@
 cleandir distclean: cleanlibdir
 
 cleanlibdir:
-       rm -rf lib
+       -rm -rf lib
 
 .if ${OBJECT_FMT} == "ELF"
 LDFLAGS=-M -e start    # -N does not work properly.



Home | Main Index | Thread Index | Old Index