Mail Archives: djgpp-workers/2003/01/04/12:49:11
> Date: Sat, 4 Jan 2003 10:36:25 -0600
> From: JT Williams <jeffw AT darwin DOT sfbr DOT org>
>
> -: > If so, the makefile might have to be patched every time the timezone
> -: > sources are updated
> -:
> -: Why is that? What am I missing?
>
> The TZ makefile (zoneinfo/src/makefile) doesn't look like a djgpp makefile.
> I assumed it came as part of a TZ distro and would therefore be overwritten
> (and require re-patching) whenever the TZ distro was updated.
That's true to some extent: zoneinfo/src/makefile was hacked by yours
truly to make it work with the libc build procedure. See, for
example, the inclusion of makefile.def and the definition of $(UTIL),
which were my additions.
However, the makefile that comes with the tzcode distro doesn't change
much, so in practice one only needs to see that the changes are not
significant, and if so, keep the makefile we have on our CVS.
In general, I used to import a new version of tzcode/tzdata only a
very short time before a new version of DJGPP is about to be
distributed. So the maintenance burden is not very high.
- Raw text -