|
|
@@ -22,6 +22,7 @@ BUGEMAIL= tz@iana.org
|
|
|
# DATAFORM= main
|
|
|
# To wait even longer for new features, use:
|
|
|
# DATAFORM= rearguard
|
|
|
+# Rearguard users might also want "ZFLAGS = -b fat"; see below.
|
|
|
DATAFORM= main
|
|
|
|
|
|
# Change the line below for your timezone (after finding the one you want in
|
|
|
@@ -249,13 +250,12 @@ LDLIBS=
|
|
|
# other than simply getting garbage data
|
|
|
# -DUSE_LTZ=0 to build zdump with the system time zone library
|
|
|
# Also set TZDOBJS=zdump.o and CHECK_TIME_T_ALTERNATIVES= below.
|
|
|
-# -DZIC_BLOAT_DEFAULT=\"slim\" to default zic's -b option to "slim", and
|
|
|
-# similarly for "fat". Fat TZif files work around incompatibilities
|
|
|
+# -DZIC_BLOAT_DEFAULT=\"fat\" to default zic's -b option to "fat", and
|
|
|
+# similarly for "slim". Fat TZif files work around incompatibilities
|
|
|
# and bugs in some TZif readers, notably readers that mishandle 64-bit
|
|
|
# data in TZif files. Slim TZif files are more efficient and do not
|
|
|
# work around these incompatibilities and bugs. If not given, the
|
|
|
-# current default is "fat" but this is intended to change as readers
|
|
|
-# requiring fat files often mishandle timestamps after 2037 anyway.
|
|
|
+# default is "slim".
|
|
|
# -DZIC_MAX_ABBR_LEN_WO_WARN=3
|
|
|
# (or some other number) to set the maximum time zone abbreviation length
|
|
|
# that zic will accept without a warning (the default is 6)
|
|
|
@@ -390,7 +390,7 @@ ZIC= $(zic) $(ZFLAGS)
|
|
|
|
|
|
# To shrink the size of installed TZif files,
|
|
|
# append "-r @N" to omit data before N-seconds-after-the-Epoch.
|
|
|
-# You can also append "-b slim" if that is not already the default;
|
|
|
+# To grow the files and work around older application bugs, append "-b fat";
|
|
|
# see ZIC_BLOAT_DEFAULT above.
|
|
|
# See the zic man page for more about -b and -r.
|
|
|
ZFLAGS=
|