Module Name: src Committed By: christos Date: Sat Jul 11 16:09:15 UTC 2015
Modified Files: src/lib/libc/time: tzcode2netbsd Log Message: - don't copy the man pages anymore. they have been converted to mdoc format. - don't delete extra files, but mention the 'import' process To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libc/time/tzcode2netbsd Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/time/tzcode2netbsd diff -u src/lib/libc/time/tzcode2netbsd:1.5 src/lib/libc/time/tzcode2netbsd:1.6 --- src/lib/libc/time/tzcode2netbsd:1.5 Thu May 27 16:33:31 2004 +++ src/lib/libc/time/tzcode2netbsd Sat Jul 11 12:09:15 2015 @@ -1,7 +1,7 @@ #! /bin/sh # -# $NetBSD: tzcode2netbsd,v 1.5 2004/05/27 20:33:31 kleink Exp $ +# $NetBSD: tzcode2netbsd,v 1.6 2015/07/11 16:09:15 christos Exp $ # # Convert an extracted tzcode distribution into the format suitable # for importing it into the NetBSD source tree. @@ -23,11 +23,10 @@ NOIMPORT="Makefile zdump.8.txt zic.8.txt" -NEWTONORMAL="ctime.3 - tzset.3" +#rm -f ${NOIMPORT} +#mv tzfile.h ../../../include -rm -f ${NOIMPORT} - -for f in ${NEWTONORMAL}; do - mv new${f} ${f}; -done +echo remember to check tzfile.h in ../../../include +echo you can find the current version in the Makefile +echo we don't use this script anymore to import, but diff against the +echo current version and apply patches.