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/bootxx Pull up revision 1.14 (reque...
details: https://anonhg.NetBSD.org/src/rev/444325e8cbd6
branches: netbsd-2-0
changeset: 561557:444325e8cbd6
user: tron <tron%NetBSD.org@localhost>
date: Tue Jun 22 07:54:06 2004 +0000
description:
Pull up revision 1.14 (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/bootxx/Makefile.bootxx | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 73d045e84c03 -r 444325e8cbd6 sys/arch/i386/stand/bootxx/Makefile.bootxx
--- a/sys/arch/i386/stand/bootxx/Makefile.bootxx Tue Jun 22 07:53:44 2004 +0000
+++ b/sys/arch/i386/stand/bootxx/Makefile.bootxx Tue Jun 22 07:54:06 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.bootxx,v 1.13 2003/10/15 03:49:57 gson Exp $
+# $NetBSD: Makefile.bootxx,v 1.13.2.1 2004/06/22 07:54:06 tron Exp $
S= ${.CURDIR}/../../../../../
@@ -132,7 +132,7 @@
cleandir distclean: cleanlibdir
cleanlibdir:
- rm -rf lib
+ -rm -rf lib
LIBLIST= ${LIBI386} ${LIBSA} ${LIBKERN} ${LIBI386} ${LIBSA}
Home |
Main Index |
Thread Index |
Old Index