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/bebox/stand/boot Pull up revision 1.20 (reques...



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

description:
Pull up revision 1.20 (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/bebox/stand/boot/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r d67fffe28978 -r 06cd5fbf3f97 sys/arch/bebox/stand/boot/Makefile
--- a/sys/arch/bebox/stand/boot/Makefile        Tue Jun 22 07:56:51 2004 +0000
+++ b/sys/arch/bebox/stand/boot/Makefile        Tue Jun 22 07:57:14 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.19 2003/10/26 07:25:36 lukem Exp $
+#      $NetBSD: Makefile,v 1.19.2.1 2004/06/22 07:57:14 tron Exp $
 
 S= ${.CURDIR}/../../../..
 
@@ -69,6 +69,6 @@
 cleandir distclean: cleanlibdir
 
 cleanlibdir:
-       rm -rf lib
+       -rm -rf lib
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index