Finally resolve the texinfo issue by moving it

from the cross-tools to the bootstrap-tools.

Requested by:	bde, marcel
This commit is contained in:
Ruslan Ermilov 2000-01-18 11:00:24 +00:00
parent c9746255c9
commit 85dd55e473
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56235

View File

@ -467,7 +467,8 @@ _strfile= games/fortune/strfile
.endif
bootstrap-tools:
.for _tool in ${_strfile} usr.bin/yacc usr.bin/colldef usr.sbin/config
.for _tool in ${_strfile} usr.bin/yacc usr.bin/colldef usr.sbin/config \
gnu/usr.bin/texinfo
cd ${.CURDIR}/${_tool}; \
${MAKE} obj; \
${MAKE} depend; \
@ -530,8 +531,7 @@ _aout_tools= usr.bin/size usr.bin/strip gnu/usr.bin/as gnu/usr.bin/ld
cross-tools:
.for _tool in ${_aout_tools} ${_btxld} ${_elf2exe} usr.bin/genassym \
usr.bin/gensetdefs gnu/usr.bin/binutils gnu/usr.bin/texinfo \
usr.bin/objformat gnu/usr.bin/cc
usr.bin/gensetdefs gnu/usr.bin/binutils usr.bin/objformat gnu/usr.bin/cc
cd ${.CURDIR}/${_tool}; \
${MAKE} obj; \
${MAKE} depend; \