[BACK]Return to tzcode2netbsd CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / time

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/time/tzcode2netbsd between version 1.5 and 1.6

version 1.5, 2004/05/27 20:33:31 version 1.6, 2015/07/11 16:09:15
Line 23  NOIMPORT="Makefile
Line 23  NOIMPORT="Makefile
         zdump.8.txt          zdump.8.txt
         zic.8.txt"          zic.8.txt"
   
 NEWTONORMAL="ctime.3  #rm -f ${NOIMPORT}
         tzset.3"  #mv tzfile.h ../../../include
   
 rm -f ${NOIMPORT}  echo remember to check tzfile.h in ../../../include
   echo you can find the current version in the Makefile
 for f in ${NEWTONORMAL}; do  echo we don't use this script anymore to import, but diff against the
         mv new${f} ${f};  echo current version and apply patches.
 done  

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb <webmaster@jp.NetBSD.org>