Date: Tue, 15 Nov 2016 06:37:44 +0000 (UTC) From: Julian Elischer <julian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r308671 - head/share/zoneinfo Message-ID: <201611150637.uAF6bi1S010174@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: julian Date: Tue Nov 15 06:37:44 2016 New Revision: 308671 URL: https://svnweb.freebsd.org/changeset/base/308671 Log: When you select make OLDTIMEZONES=1 then you need a few added directories to be made or the command fails Sponsored by: panzura Modified: head/share/zoneinfo/Makefile Modified: head/share/zoneinfo/Makefile ============================================================================== --- head/share/zoneinfo/Makefile Tue Nov 15 05:05:51 2016 (r308670) +++ head/share/zoneinfo/Makefile Tue Nov 15 06:37:44 2016 (r308671) @@ -67,6 +67,10 @@ TZBUILDSUBDIRS= \ Pacific \ SystemV +.if defined(OLDTIMEZONES) +TZBUILDSUBDIRS+= US Mexico Chile Canada Brazil +.endif + .if !defined(_SKIP_BUILD) all: zoneinfo .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611150637.uAF6bi1S010174>