Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/time - don't copy the man pages anymore. they have ...



details:   https://anonhg.NetBSD.org/src/rev/991e1d72ecc8
branches:  trunk
changeset: 339310:991e1d72ecc8
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jul 11 16:09:15 2015 +0000

description:
- don't copy the man pages anymore. they have been converted to mdoc
  format.
- don't delete extra files, but mention the 'import' process

diffstat:

 lib/libc/time/tzcode2netbsd |  15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r f00ffe453249 -r 991e1d72ecc8 lib/libc/time/tzcode2netbsd
--- a/lib/libc/time/tzcode2netbsd       Sat Jul 11 15:51:33 2015 +0000
+++ b/lib/libc/time/tzcode2netbsd       Sat Jul 11 16:09:15 2015 +0000
@@ -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 @@
        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.



Home | Main Index | Thread Index | Old Index