[tz] [PROPOSED PATCH] * Makefile (TZDOBJS): Remove ialloc.o.

Paul Eggert eggert at cs.ucla.edu
Sat Aug 23 02:50:07 UTC 2014


* NEWS: Document this.
---
 Makefile | 2 +-
 NEWS     | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 99d2826..09f614c 100644
--- a/Makefile
+++ b/Makefile
@@ -305,7 +305,7 @@ AR=		ar
 RANLIB=		:
 
 TZCOBJS=	zic.o scheck.o ialloc.o
-TZDOBJS=	zdump.o localtime.o ialloc.o asctime.o
+TZDOBJS=	zdump.o localtime.o asctime.o
 DATEOBJS=	date.o localtime.o strftime.o asctime.o
 LIBSRCS=	localtime.c asctime.c difftime.c
 LIBOBJS=	localtime.o asctime.o difftime.o
diff --git a/NEWS b/NEWS
index 7f15887..66891df 100644
--- a/NEWS
+++ b/NEWS
@@ -71,6 +71,10 @@ Unreleased, experimental changes
 
     The long-obsolete 'gtime' function has been removed.
 
+  Changes affecting build procedure
+
+    'zdump' no longer links in ialloc.o, as it's not needed.
+
   Changes affecting distribution tarballs
 
     The files checktab.awk and zoneinfo2tdf.pl are now distributed in
-- 
1.9.1



More information about the tz mailing list