Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Hook external/public-domain/tz into the build, and unhook sh...
details: https://anonhg.NetBSD.org/src/rev/4bdd1f7e3003
branches: trunk
changeset: 331314:4bdd1f7e3003
user: apb <apb%NetBSD.org@localhost>
date: Fri Aug 08 09:34:10 2014 +0000
description:
Hook external/public-domain/tz into the build, and unhook share/zoneinfo.
The timezone files are still installed in ${DESTDIR}/usr/share/zoneinfo/**,
and they are identical before and after this change.
This is almost the last step in moving NetBSD's tzdata sources from
share/zoneinfo to external/public/tz/dist, to ease future maintenance.
All that remains is to delete src/share/zoneinfo, but that will be
delayed for a while.
diffstat:
external/public-domain/Makefile | 4 ++--
share/Makefile | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (31 lines):
diff -r b48f6f3e47fa -r 4bdd1f7e3003 external/public-domain/Makefile
--- a/external/public-domain/Makefile Fri Aug 08 09:18:02 2014 +0000
+++ b/external/public-domain/Makefile Fri Aug 08 09:34:10 2014 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2011/10/13 22:08:20 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2014/08/08 09:34:10 apb Exp $
.include <bsd.own.mk>
-SUBDIR+= sqlite xz
+SUBDIR+= sqlite tz xz
.include <bsd.subdir.mk>
diff -r b48f6f3e47fa -r 4bdd1f7e3003 share/Makefile
--- a/share/Makefile Fri Aug 08 09:18:02 2014 +0000
+++ b/share/Makefile Fri Aug 08 09:34:10 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2010/02/03 15:34:44 roy Exp $
+# $NetBSD: Makefile,v 1.33 2014/08/08 09:34:10 apb Exp $
# from @(#)Makefile 8.1 (Berkeley) 6/5/93
# Missing: ms
@@ -8,7 +8,7 @@
.if ${MKSHARE} != "no" || \
make(clean) || make(cleandir) || make(distclean) || make(obj)
SUBDIR= dict doc examples legal man me misc mk \
- tabset terminfo tmac wscons xml zoneinfo
+ tabset terminfo tmac wscons xml
.if ${MKNLS} != "no"
SUBDIR+=i18n locale nls
.endif
Home |
Main Index |
Thread Index |
Old Index