Date: Fri, 27 Jan 2017 09:04:29 +0000 (UTC) From: Julian Elischer <julian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r312869 - stable/10/share/zoneinfo Message-ID: <201701270904.v0R94TTT098123@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: julian Date: Fri Jan 27 09:04:29 2017 New Revision: 312869 URL: https://svnweb.freebsd.org/changeset/base/312869 Log: MFH: r308671 When you select make OLDTIMEZONES=1 then you need a few added directories to be made or the command fails Sponsored by: panzura Modified: stable/10/share/zoneinfo/Makefile Directory Properties: stable/10/ (props changed) Modified: stable/10/share/zoneinfo/Makefile ============================================================================== --- stable/10/share/zoneinfo/Makefile Fri Jan 27 08:54:33 2017 (r312868) +++ stable/10/share/zoneinfo/Makefile Fri Jan 27 09:04:29 2017 (r312869) @@ -67,6 +67,10 @@ TZBUILDSUBDIRS= \ Pacific \ SystemV +.if defined(OLDTIMEZONES) +TZBUILDSUBDIRS+= US Mexico Chile Canada Brazil +.endif + all: zoneinfo .PHONY: zoneinfo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701270904.v0R94TTT098123>