yacc(1) with skeleton.c rev. 1.29 in HEAD and rev. 1.28.2.1 in RELENG_4,

and onwards, are believed to not require bootstrapping.
This commit is contained in:
ru 2003-04-13 16:26:31 +00:00
parent d684a7cc03
commit 0a9a218038

View File

@ -650,10 +650,15 @@ _uudecode= usr.bin/uudecode
_xargs= usr.bin/xargs
.endif
.if ( ${BOOTSTRAPPING} < 430002 || \
( ${BOOTSTRAPPING} >= 500000 && ${BOOTSTRAPPING} < 500018 ))
_yacc= usr.bin/yacc
.endif
bootstrap-tools:
.for _tool in ${_strfile} usr.bin/yacc usr.bin/colldef \
.for _tool in ${_strfile} usr.bin/colldef \
usr.bin/makewhatis usr.bin/rpcgen ${_uudecode} \
${_xargs} usr.bin/xinstall \
${_xargs} usr.bin/xinstall ${_yacc} \
usr.sbin/config usr.sbin/kbdcontrol \
gnu/usr.bin/gperf gnu/usr.bin/groff gnu/usr.bin/texinfo
@${ECHODIR} "===> ${_tool}"; \