Build and install texinfo before building and installing the world.
This commit is contained in:
parent
7e5acb7709
commit
3dcbd83b7b
5
Makefile
5
Makefile
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue