Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libterminfo use the tools version.
details: https://anonhg.NetBSD.org/src/rev/51e07761847c
branches: trunk
changeset: 770929:51e07761847c
user: christos <christos%NetBSD.org@localhost>
date: Wed Nov 02 20:30:00 2011 +0000
description:
use the tools version.
diffstat:
lib/libterminfo/Makefile.hash | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 8a8f0d6b7f84 -r 51e07761847c lib/libterminfo/Makefile.hash
--- a/lib/libterminfo/Makefile.hash Wed Nov 02 20:27:33 2011 +0000
+++ b/lib/libterminfo/Makefile.hash Wed Nov 02 20:30:00 2011 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile.hash,v 1.1 2011/11/02 17:48:53 christos Exp $
+# $NetBSD: Makefile.hash,v 1.2 2011/11/02 20:30:00 christos Exp $
PARSEDIR:=${.PARSEDIR}
# Generate our string and hash tables
hash.c: genhash term.h
@echo "Generating terminfo hash"
- ${HOST_SH} ${.ALLSRC} > ${.TARGET}
+ TOOL_NBPERF=${TOOL_NBPERF} TOOL_AWK=${TOOL_AWK} \
+ TOOL_SED=${TOOL_SED} ${HOST_SH} ${.ALLSRC} > ${.TARGET}
termcap_hash.c: genthash termcap_map.c
@echo "Generating termcap hash"
Home |
Main Index |
Thread Index |
Old Index