Source-Changes-HG archive

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

[src/netbsd-1-6]: src/usr.bin/vgrind Pull up revision 1.13 (requested by itoj...



details:   https://anonhg.NetBSD.org/src/rev/2d793b2c9409
branches:  netbsd-1-6
changeset: 527648:2d793b2c9409
user:      tv <tv%NetBSD.org@localhost>
date:      Thu May 30 23:50:57 2002 +0000

description:
Pull up revision 1.13 (requested by itojun in ticket #100):
comment; no need to care about endianness, as DB keys are ascii strings
(modulo possible DB lookup performance issue)

diffstat:

 usr.bin/vgrind/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0a707dbcd7b8 -r 2d793b2c9409 usr.bin/vgrind/Makefile
--- a/usr.bin/vgrind/Makefile   Thu May 30 23:50:51 2002 +0000
+++ b/usr.bin/vgrind/Makefile   Thu May 30 23:50:57 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.12 2002/01/31 19:32:11 tv Exp $
+#      $NetBSD: Makefile,v 1.12.2.1 2002/05/30 23:50:57 tv Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/9/93
 
 .include <bsd.own.mk>
@@ -24,6 +24,7 @@
 
 realall: vfontedpr vgrindefs.src.db
 
+# there's no issue of endianness as DB keys are ascii strings.
 .if ${MKSHARE} != "no"
 vgrindefs.src.db: vgrindefs.src
        ${CAP_MKDB} -f vgrindefs.src ${.CURDIR}/vgrindefs.src



Home | Main Index | Thread Index | Old Index