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/xen/stand/xen12load Pull up revision 1.3 (requ...



details:   https://anonhg.NetBSD.org/src/rev/64234744d630
branches:  netbsd-2-0
changeset: 561552:64234744d630
user:      tron <tron%NetBSD.org@localhost>
date:      Tue Jun 22 07:52:22 2004 +0000

description:
Pull up revision 1.3 (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/xen/stand/xen12load/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 62d4cb2203e3 -r 64234744d630 sys/arch/xen/stand/xen12load/Makefile
--- a/sys/arch/xen/stand/xen12load/Makefile     Tue Jun 22 07:51:49 2004 +0000
+++ b/sys/arch/xen/stand/xen12load/Makefile     Tue Jun 22 07:52:22 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2.2.2 2004/05/22 15:57:25 he Exp $
+# $NetBSD: Makefile,v 1.2.2.3 2004/06/22 07:52:22 tron Exp $
 
 S=     ${.CURDIR}/../../../../
 
@@ -89,10 +89,10 @@
 cleandir distclean: cleanlibdir cleanxenmadir
 
 cleanlibdir:
-       rm -rf lib
+       -rm -rf lib
 
 cleanxenmadir:
-       rm -rf xen-ma
+       -rm -rf xen-ma
 
 LIBLIST= ${LIBSA}
 



Home | Main Index | Thread Index | Old Index