1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-11-22 17:00:47 +00:00

Switch from SCCS to git.

Remove the SCCS keyword '%W%' from all files.
Mostly this just remove comments.
Remove trailing white space, too.
* Makefile (TZCODE_VERSION): New macro.
(version.h): New rule.
(tzselect): Interpolate TZCODE_VERSION.
(clean): Remove version.h.
(zdump.o, zic.o): Depend on version.h.
* asctime.c, date.c, difftime.c, ialloc.c, localtime.c, scheck.c:
* strftime.c, zdump.c, zic.c: Remove elsieid.
* private.h: Remove privatehid.
* tzfile.h: Remove tzfilehid.
* tzselect.h (TZCODE_VERSION): Rename from VERSION.
* zdump.c, zic.c: Include "version.h",
and use TZCODE_VERSION instead of elsieid.
This commit is contained in:
Paul Eggert
2012-07-18 17:30:38 -07:00
parent 33193b0ac3
commit dccd5a16af
59 changed files with 33 additions and 157 deletions

View File

@ -1,6 +1,6 @@
#! /bin/ksh
VERSION='%W%'
TZCODE_VERSION=see_Makefile
# Ask the user about the time zone, and output the resulting TZ value to stdout.
# Interact with the user via stderr and stdin.
@ -55,7 +55,7 @@ EOF
exit 0
elif [ "$1" = "--version" ]; then
cat <<EOF
tzselect $VERSION
tzselect $TZCODE_VERSION
EOF
exit 0
fi