Module Name: src
Committed By: apb
Date: Fri Aug 8 09:34:10 UTC 2014
Modified Files:
src/external/public-domain: Makefile
src/share: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/public-domain/Makefile
cvs rdiff -u -r1.32 -r1.33 src/share/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/public-domain/Makefile
diff -u src/external/public-domain/Makefile:1.2 src/external/public-domain/Makefile:1.3
--- src/external/public-domain/Makefile:1.2 Thu Oct 13 22:08:20 2011
+++ src/external/public-domain/Makefile Fri Aug 8 09:34:10 2014
@@ -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>
Index: src/share/Makefile
diff -u src/share/Makefile:1.32 src/share/Makefile:1.33
--- src/share/Makefile:1.32 Wed Feb 3 15:34:44 2010
+++ src/share/Makefile Fri Aug 8 09:34:10 2014
@@ -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