]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r320702,r320703:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 5 Aug 2017 16:55:07 +0000 (16:55 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 5 Aug 2017 16:55:07 +0000 (16:55 +0000)
commita63c7565928034e48995cf466f7de8c71da3871e
treec2e861afdb4952d8b6b1d509e0b4fc7b282fbffa
parent4ff559f59416a6802d1ba1dae384cbbeaf029bc6
MFC r320702,r320703:

r320702:

Formalize LEAPSECONDS and OLDTIMEZONES in share/zoneinfo/... as
`MK_ZONEINFO_LEAPSECONDS_SUPPORT == yes` and
`MK_ZONEINFO_OLD_TIMEZONES_SUPPORT == yes`.

Keep `LEAPSECONDS` and `OLDTIMEZONES` for backwards compatibility,
but print out a warning notifying users that they should use the new
variables, in an effort to migrate them to the variables. This is being
done mostly for automated build tools, etc, that might rely on these
variables being set. The variables will be removed in the future on
^/head, e.g., after ^/stable/12 is cut.

Relnotes:       yes

r320703:

Add tests to help verify Links functionality for .../contrib/tzdata/backwards

MFC with: r320702

git-svn-id: svn://svn.freebsd.org/base/stable/10@322100 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
etc/mtree/BSD.tests.dist
share/mk/bsd.own.mk
share/zoneinfo/Makefile
share/zoneinfo/tests/Makefile [new file with mode: 0644]
share/zoneinfo/tests/backward_test.sh [new file with mode: 0755]
share/zoneinfo/tests/zoneinfo_common.sh [new file with mode: 0755]
tools/build/options/WITH_ZONEINFO_LEAPSECONDS_SUPPORT [new file with mode: 0644]
tools/build/options/WITH_ZONEINFO_OLD_TIMEZONES_SUPPORT [new file with mode: 0644]