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/cobalt/stand/boot Pull up revision 1.8 (reques...
details: https://anonhg.NetBSD.org/src/rev/8a7ba024180d
branches: netbsd-2-0
changeset: 561559:8a7ba024180d
user: tron <tron%NetBSD.org@localhost>
date: Tue Jun 22 07:55:00 2004 +0000
description:
Pull up revision 1.8 (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/cobalt/stand/boot/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r c5ce2c6ce069 -r 8a7ba024180d sys/arch/cobalt/stand/boot/Makefile
--- a/sys/arch/cobalt/stand/boot/Makefile Tue Jun 22 07:54:31 2004 +0000
+++ b/sys/arch/cobalt/stand/boot/Makefile Tue Jun 22 07:55:00 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/01/27 21:03:18 cdi Exp $
+# $NetBSD: Makefile,v 1.6.2.1 2004/06/22 07:55:00 tron Exp $
NOMAN= # defined
@@ -103,6 +103,6 @@
cleandir distclean: cleanlibdir
cleanlibdir:
- rm -rf lib
+ -rm -rf lib
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index