tzcode: Update to 2014g

This commit is contained in:
mashir43
2014-09-09 14:25:55 +09:00
parent e9c2696e0c
commit 137fa94a58
3 changed files with 28 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
--- src/Makefile.orig 2013-10-01 08:10:49.000000000 +0400
+++ src/Makefile 2013-11-05 11:34:27.547600000 +0400
@@ -20,7 +20,7 @@
--- src/Makefile.orig 2014-08-29 04:32:04.000000000 +0900
+++ src/Makefile 2014-09-09 12:55:02.881446900 +0900
@@ -19,7 +19,7 @@
# make zonenames
# to get a list of the values you can use for LOCALTIME.
@@ -9,7 +9,7 @@
# If you want something other than Eastern United States time as a template
# for handling POSIX-style time zone environment variables,
@@ -45,21 +45,21 @@
@@ -44,21 +44,21 @@
# Everything gets put in subdirectories of. . .
@@ -34,7 +34,7 @@
# If you "make INSTALL", the "date" command gets installed in. . .
@@ -67,7 +67,7 @@
@@ -66,7 +66,7 @@
# Manual pages go in subdirectories of. . .
@@ -43,7 +43,7 @@
# Library functions are put in an archive in LIBDIR.
@@ -232,7 +232,7 @@
@@ -233,7 +233,7 @@
# before the first Monday in January when a "%V" format is used and January 1
# falls on a Friday, Saturday, or Sunday.
@@ -52,16 +52,16 @@
# Linker flags. Default to $(LFLAGS) for backwards compatibility
# to tzcode2012h and earlier.
@@ -245,7 +245,7 @@
@@ -246,7 +246,7 @@
ZFLAGS=
# The name of a Posix-compliant `awk' on your system.
# The name of a Posix-compliant 'awk' on your system.
-AWK= awk
+AWK= gawk
# The full path name of a Posix-compliant shell that supports the Korn shell's
# 'select' statement, as an extension. These days, Bash is the most popular.
@@ -295,7 +295,7 @@
# The full path name of a Posix-compliant shell, preferably one that supports
# the Korn shell's 'select' statement as an extension.
@@ -321,7 +321,7 @@
###############################################################################
@@ -69,4 +69,4 @@
+cc= gcc
CC= $(cc) -DTZDIR=\"$(TZDIR)\"
TZCSRCS= zic.c localtime.c asctime.c scheck.c ialloc.c
AR= ar