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:
Ruslan Ermilov 2003-04-13 16:26:31 +00:00
parent da54b929c3
commit 692ebfe975

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}"; \