Home | History | Annotate | Line # | Download | only in time
tzcode2netbsd revision 1.6
      1  1.1    kleink #! /bin/sh
      2  1.1    kleink 
      3  1.1    kleink #
      4  1.6  christos # $NetBSD: tzcode2netbsd,v 1.6 2015/07/11 16:09:15 christos Exp $
      5  1.1    kleink #
      6  1.1    kleink # Convert an extracted tzcode distribution into the format suitable
      7  1.1    kleink # for importing it into the NetBSD source tree.
      8  1.5    kleink # Last updated for: tzcode2004a.
      9  1.1    kleink # 
     10  1.1    kleink 
     11  1.1    kleink NOIMPORT="Makefile
     12  1.3    kleink 	date.1 date.1.txt date.c
     13  1.1    kleink 	gccdiffs
     14  1.5    kleink 	itca.jpg
     15  1.1    kleink 	logwtmp.c
     16  1.3    kleink 	newctime.3.txt
     17  1.3    kleink 	newstrftime.3 newstrftime.3.txt
     18  1.3    kleink 	newtzset.3.txt
     19  1.3    kleink 	time2posix.3.txt
     20  1.3    kleink 	tzfile.5.txt
     21  1.3    kleink 	tzselect.8.txt
     22  1.3    kleink 	usno1988 usno1989 usno1989a usno1995 usno1997 usno1998
     23  1.3    kleink 	zdump.8.txt
     24  1.3    kleink 	zic.8.txt"
     25  1.1    kleink 
     26  1.6  christos #rm -f ${NOIMPORT}
     27  1.6  christos #mv tzfile.h ../../../include
     28  1.1    kleink 
     29  1.6  christos echo remember to check tzfile.h in ../../../include
     30  1.6  christos echo you can find the current version in the Makefile
     31  1.6  christos echo we don't use this script anymore to import, but diff against the
     32  1.6  christos echo current version and apply patches.
     33