freebsd-src/tools
Enji Cooper 7a77457451 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
2017-08-05 16:55:07 +00:00
..
bsdbox MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
build MFC r320702,r320703: 2017-08-05 16:55:07 +00:00
debugscripts MFH: r292263 2015-12-24 20:15:14 +00:00
diag MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
kerneldoc
KSE MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
LibraryReport
regression MFC r319800,r319806: 2017-07-18 17:16:58 +00:00
sched MFC 272315 272757 274091 274902 2015-02-13 19:06:22 +00:00
test MFC r258903,r264487,r271699,r288415: 2017-02-09 22:04:56 +00:00
tools MFC r314579,r314785: 2017-06-01 07:08:26 +00:00
install.sh
make_libdeps.sh
README
tinder.sh

$FreeBSD$

This directory tree contains tools used for the maintenance and
testing of FreeBSD.  There is no toplevel Makefile structure since
these tools are not meant to be built as part of the standard system,
though there may be individual Makefiles in some of the subdirs.

Please read the README files in the subdirs for further information.