diff options
| author | Edwin Groothuis <edwin@FreeBSD.org> | 2010-10-26 21:19:36 +0000 |
|---|---|---|
| committer | Edwin Groothuis <edwin@FreeBSD.org> | 2010-10-26 21:19:36 +0000 |
| commit | 157c2da9c527cd9ebae03b07bdae90e474d5a403 (patch) | |
| tree | b53e3923ed0fd9131d236e5c8583b302fb4d8a40 /unused/Makefile | |
| parent | f9a33080297db49be3f1ec97f077663ebe4766a0 (diff) | |
Vendor import of tzcode2010n:vendor/tzcode/tzcode2010n
* Makefile Change LOCALTIME default from "Factory" to "GMT";
do not compile "factory" file
(but keep it in the distribution).
* Theory Remove reference to "Factory" zone.
* localtime.c Initialize ttinfo structures filled by tzparse
(thanks to Ravindra for reporting a valgrind warning).
* zic.c Fix generation of POSIX strings for zones with
rules using "weekday<=n" forms of dates
(thanks to Lei Liu for finding the problem).
Also, limit output for non-POSIX-specificable zones
defined to follow the same rules every year.
(Note that no zones of either of the above types
appear in the distribution; these changes cater to
add-on zones).
Obtained from: ftp://elsie.nci.nih.gov/pub/
Diffstat (limited to 'unused/Makefile')
| -rw-r--r-- | unused/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/unused/Makefile b/unused/Makefile index dd154b301018..892d11619b58 100644 --- a/unused/Makefile +++ b/unused/Makefile @@ -1,5 +1,5 @@ # <pre> -# @(#)Makefile 8.8 +# @(#)Makefile 8.9 # This file is in the public domain, so clarified as of # 2009-05-17 by Arthur David Olson. @@ -12,7 +12,7 @@ # make zonenames # to get a list of the values you can use for LOCALTIME. -LOCALTIME= Factory +LOCALTIME= GMT # If you want something other than Eastern United States time as a template # for handling POSIX-style time zone environment variables, @@ -262,8 +262,8 @@ MANS= newctime.3 newstrftime.3 newtzset.3 time2posix.3 \ DOCS= README Theory $(MANS) date.1 Makefile PRIMARY_YDATA= africa antarctica asia australasia \ europe northamerica southamerica -YDATA= $(PRIMARY_YDATA) pacificnew etcetera factory backward -NDATA= systemv +YDATA= $(PRIMARY_YDATA) pacificnew etcetera backward +NDATA= systemv factory SDATA= solar87 solar88 solar89 TDATA= $(YDATA) $(NDATA) $(SDATA) TABDATA= iso3166.tab zone.tab |
