Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2-0]: src/share/zoneinfo Pull up revision 1.38 (requested by jmc ...



details:   https://anonhg.NetBSD.org/src/rev/2a54f0bd589b
branches:  netbsd-2-0
changeset: 561562:2a54f0bd589b
user:      tron <tron%NetBSD.org@localhost>
date:      Tue Jun 22 07:56:26 2004 +0000

description:
Pull up revision 1.38 (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:

 share/zoneinfo/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 118b2560cb0c -r 2a54f0bd589b share/zoneinfo/Makefile
--- a/share/zoneinfo/Makefile   Tue Jun 22 07:55:44 2004 +0000
+++ b/share/zoneinfo/Makefile   Tue Jun 22 07:56:26 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.37 2004/01/30 04:30:51 lukem Exp $
+#      $NetBSD: Makefile,v 1.37.2.1 2004/06/22 07:56:26 tron Exp $
 
 .include <bsd.own.mk>
 
@@ -107,6 +107,6 @@
 .endif # ${MKSHARE} == "no"
 
 clean:
-       rm -rf ${TZBUILDDIR}
+       -rm -rf ${TZBUILDDIR}
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index