Build and install texinfo before building and installing the world.

This commit is contained in:
mellon 1999-02-18 14:49:59 +00:00
parent 7e5acb7709
commit 3dcbd83b7b
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.89 1999/02/18 03:19:44 mellon Exp $
# $NetBSD: Makefile,v 1.90 1999/02/18 14:49:59 mellon Exp $
.include <bsd.own.mk> # for configuration variables.
@ -105,6 +105,9 @@ build: beforeinstall
(cd ${.CURDIR}/gnu/lib && \
${MAKE} depend && ${MAKE} ${_J} MKMAN=no MKINFO=no && \
${MAKE} MKMAN=no MKINFO=no install)
(cd ${.CURDIR}/gnu/usr.bin/texinfo && \
${MAKE} depend && ${MAKE} ${_J} MKMAN=no MKINFO=no && \
${MAKE} MKMAN=no MKINFO=no install)
${MAKE} depend && ${MAKE} ${_J} && ${MAKE} _BUILD= install
.if exists(domestic) && !defined(EXPORTABLE_SYSTEM)
(cd ${.CURDIR}/domestic && ${MAKE} ${_J} _SLAVE_BUILD= build)