diff options
author | Stuart Bishop <stuart.bishop@canonical.com> | 2005-08-02 22:30:08 +0000 |
---|---|---|
committer | Stuart Bishop <stuart.bishop@canonical.com> | 2005-08-02 22:30:08 +0000 |
commit | 55fa8adfdd14896f25fab2634f15299987b10fc9 (patch) | |
tree | 8b5540f945831447b9531ea7309315bb15cac53a /elsie.nci.nih.gov/src/Makefile | |
parent | de786cf8221bb96d487b1acd875e60d22555f7ff (diff) | |
download | pytz-55fa8adfdd14896f25fab2634f15299987b10fc9.tar.gz |
tzcode2005k and tzdata2005k import
Diffstat (limited to 'elsie.nci.nih.gov/src/Makefile')
-rw-r--r-- | elsie.nci.nih.gov/src/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/elsie.nci.nih.gov/src/Makefile b/elsie.nci.nih.gov/src/Makefile index ea7691a..a2ae4af 100644 --- a/elsie.nci.nih.gov/src/Makefile +++ b/elsie.nci.nih.gov/src/Makefile @@ -1,4 +1,4 @@ -# @(#)Makefile 7.108 +# @(#)Makefile 7.109 # Change the line below for your time zone (after finding the zone you want in # the time zone files, or adding it to a time zone file). @@ -111,7 +111,9 @@ LDLIBS= # -DNO_RUN_TIME_WARNINGS_ABOUT_YEAR_2000_PROBLEMS_THANK_YOU=1 # if you do not want run time warnings about formats that may cause # year 2000 grief -# +# -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) GCC_DEBUG_FLAGS = -Dlint -g -O -fno-common \ -Wall -Wcast-qual -Wconversion -Wmissing-prototypes \ -Wnested-externs -Wpointer-arith -Wshadow \ |