1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-11-22 05:55:17 +00:00

* NEWS: Document recent Makefile changes.

This commit is contained in:
Paul Eggert
2013-10-02 11:29:21 -07:00
parent 1d67c5bfca
commit a7a55e113d

10
NEWS
View File

@ -4,9 +4,19 @@ Unreleased, experimental changes
Changes affecting the build procedure
The builder can specify which programs to use, if any, instead of
'ar' and 'ranlib', and libtz.a is now built locally before being
installed. (Thanks to Michael Forney.)
A dependency typo in the 'zdump' rule has been fixed.
(Thanks to Andrew Paprocki.)
The Makefile has been simplified by assuming that 'mkdir -p' and 'cp -f'
work as specified by POSIX.2-1992 or later; this is portable nowadays.
'make clean' no longer removes 'leapseconds', since it's
host-independent and is part of the distribution.
The unused makefile macros TZCSRCS, TZDSRCS, DATESRCS have been removed.
Changes affecting documentation and commentary