summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-04-13 16:26:31 +0000
committerru <ru@FreeBSD.org>2003-04-13 16:26:31 +0000
commit0a9a218038b85fdbb391c7fa8f43b97e6f78e32f (patch)
tree38a86af19a0ceb9a8a26a551b143edf85d7a3d46 /Makefile.inc1
parentd684a7cc03107684805e340309cdde28fdfb5994 (diff)
downloadFreeBSD-src-0a9a218038b85fdbb391c7fa8f43b97e6f78e32f.zip
FreeBSD-src-0a9a218038b85fdbb391c7fa8f43b97e6f78e32f.tar.gz
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.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc19
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 89c6b72..750807d 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -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}"; \
OpenPOWER on IntegriCloud