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/sparc/stand/ofwboot Pull up revision 1.12 (req...
details: https://anonhg.NetBSD.org/src/rev/3af0e26798c6
branches: netbsd-2-0
changeset: 561554:3af0e26798c6
user: tron <tron%NetBSD.org@localhost>
date: Tue Jun 22 07:53:13 2004 +0000
description:
Pull up revision 1.12 (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/sparc/stand/ofwboot/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b416bb2dce91 -r 3af0e26798c6 sys/arch/sparc/stand/ofwboot/Makefile
--- a/sys/arch/sparc/stand/ofwboot/Makefile Tue Jun 22 07:52:48 2004 +0000
+++ b/sys/arch/sparc/stand/ofwboot/Makefile Tue Jun 22 07:53:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/03/21 23:41:21 martin Exp $
+# $NetBSD: Makefile,v 1.11.2.1 2004/06/22 07:53:13 tron Exp $
CURDIR= ${.CURDIR}
S= ${CURDIR}/../../../..
@@ -87,7 +87,7 @@
cleandir distclean: cleanlibdir
cleanlibdir:
- rm -rf lib
+ -rm -rf lib
vers.c: version
${HOST_SH} ${S}/conf/newvers_stand.sh ${CURDIR}/version "sparc64" ${NEWVERSWHAT}
Home |
Main Index |
Thread Index |
Old Index