Module Name: src
Committed By: christos
Date: Wed Nov 2 20:30:00 UTC 2011
Modified Files:
src/lib/libterminfo: Makefile.hash
Log Message:
use the tools version.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libterminfo/Makefile.hash
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libterminfo/Makefile.hash
diff -u src/lib/libterminfo/Makefile.hash:1.1 src/lib/libterminfo/Makefile.hash:1.2
--- src/lib/libterminfo/Makefile.hash:1.1 Wed Nov 2 13:48:53 2011
+++ src/lib/libterminfo/Makefile.hash Wed Nov 2 16:30:00 2011
@@ -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"