mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2026-09-19 10:34:20 +00:00
leap second work
SCCS-file: Makefile SCCS-SID: 3.11
This commit is contained in:
committed by
Paul Eggert
parent
26958ab815
commit
dbc27e482b
@@ -20,7 +20,15 @@ TZDIR= /etc/zoneinfo
|
||||
|
||||
TZLIB= /usr/lib/libz.a
|
||||
|
||||
#
|
||||
# /dev/null for BSD and such, nul for MS-DOS and such
|
||||
|
||||
NULL= /dev/null
|
||||
|
||||
# If you don't want leap second correction done, change "leapseconds" to
|
||||
# "$(NULL)" below.
|
||||
|
||||
LEAPSECONDS= leapseconds
|
||||
|
||||
# If you're running on a System V-style system and don't want lint grief,
|
||||
# add
|
||||
# -DUSG
|
||||
@@ -64,7 +72,6 @@ TZLIB= /usr/lib/libz.a
|
||||
# -DNOSOLAR
|
||||
# to the end of the "CFLAGS=" line
|
||||
# (and remove solar87 and solar88 from the DATA= line below).
|
||||
#
|
||||
|
||||
CFLAGS=
|
||||
|
||||
@@ -101,9 +108,9 @@ ENCHILADA= $(DOCS) $(SOURCES) $(DATA) $(XDATA)
|
||||
all: REDID_BINARIES zdump $(TZLIB)
|
||||
|
||||
REDID_BINARIES: zic $(DATA)
|
||||
PATH=.:$$PATH zic -d $(TZDIR) $(DATA) && \
|
||||
PATH=.:$$PATH zic -d $(TZDIR) -L /dev/null systemv && \
|
||||
PATH=.:$$PATH zic -d $(TZDIR) -l $(LOCALTIME) && \
|
||||
PATH=.:$$PATH zic -d $(TZDIR) -L $(LEAPSECONDS) $(DATA) && \
|
||||
PATH=.:$$PATH zic -d $(TZDIR) -L $(NULL) systemv && \
|
||||
PATH=.:$$PATH zic -d $(TZDIR) -L $(LEAPSECONDS) -l $(LOCALTIME) && \
|
||||
> $@
|
||||
|
||||
zdump: $(TZDOBJS)
|
||||
|
||||
Reference in New Issue
Block a user