Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools Build makewhatis as a host tool, since it is used at t...
details: https://anonhg.NetBSD.org/src/rev/6408db78fc05
branches: trunk
changeset: 518420:6408db78fc05
user: thorpej <thorpej%NetBSD.org@localhost>
date: Thu Nov 29 23:51:38 2001 +0000
description:
Build makewhatis as a host tool, since it is used at the end of
the build.
XXX Needs a -lz hostlib.
diffstat:
tools/Makefile | 4 ++--
tools/makewhatis/Makefile | 6 ++++++
2 files changed, 8 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r 67b8a14b8b80 -r 6408db78fc05 tools/Makefile
--- a/tools/Makefile Thu Nov 29 23:50:12 2001 +0000
+++ b/tools/Makefile Thu Nov 29 23:51:38 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2001/11/22 19:09:42 jmc Exp $
+# $NetBSD: Makefile,v 1.20 2001/11/29 23:51:38 thorpej Exp $
.include <bsd.own.mk>
@@ -7,7 +7,7 @@
SUBDIR= mkdep .WAIT \
binstall .WAIT \
crunchgen gencat lint lint2 lorder mtree rpcgen \
- texinfo tsort \
+ texinfo tsort makewhatis \
toolchain .WAIT \
dbsym mdsetimage \
yacc .WAIT \
diff -r 67b8a14b8b80 -r 6408db78fc05 tools/makewhatis/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/makewhatis/Makefile Thu Nov 29 23:51:38 2001 +0000
@@ -0,0 +1,6 @@
+# $NetBSD: Makefile,v 1.1 2001/11/29 23:51:38 thorpej Exp $
+
+HOSTPROGNAME= nbmakewhatis
+HOST_SRCDIR= libexec/makewhatis
+
+.include "${.CURDIR}/../Makefile.host"
Home |
Main Index |
Thread Index |
Old Index