Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/tic Use the pre-built hash table.
details: https://anonhg.NetBSD.org/src/rev/e0b45759d02e
branches: trunk
changeset: 752239:e0b45759d02e
user: roy <roy%NetBSD.org@localhost>
date: Sat Feb 20 17:02:33 2010 +0000
description:
Use the pre-built hash table.
diffstat:
tools/tic/Makefile | 10 ++--------
1 files changed, 2 insertions(+), 8 deletions(-)
diffs (23 lines):
diff -r 103fa4c03965 -r e0b45759d02e tools/tic/Makefile
--- a/tools/tic/Makefile Sat Feb 20 16:46:38 2010 +0000
+++ b/tools/tic/Makefile Sat Feb 20 17:02:33 2010 +0000
@@ -1,17 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2010/02/03 15:34:44 roy Exp $
+# $NetBSD: Makefile,v 1.2 2010/02/20 17:02:33 roy Exp $
HOSTPROGNAME= ${_TOOL_PREFIX}tic
HOST_SRCDIR= usr.bin/tic
-
.include "${.CURDIR}/../Makefile.host"
.PATH: ${NETBSDSRCDIR}/lib/libterminfo
SRCS+= hash.c
-CLEANFILES+= hash.c
+
tic: hash.lo
-
-# Generate our string and hash tables
-hash.c:
- @echo "Generating terminfo hash"
- cd ${NETBSDSRCDIR}/lib/libterminfo; ./genhash >${.OBJDIR}/$@
Home |
Main Index |
Thread Index |
Old Index