summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2015-04-05 15:27:56 +0000
committerdim <dim@FreeBSD.org>2015-04-05 15:27:56 +0000
commitfd1aa4bec96371bca492dc68424a2d6a33588dd0 (patch)
treef44df3c930b56c10348eccaa9f67d2580459ec8c /Makefile.inc1
parent2aa6497cbb081bea9185fdba34e42e84d99e488c (diff)
downloadFreeBSD-src-fd1aa4bec96371bca492dc68424a2d6a33588dd0.zip
FreeBSD-src-fd1aa4bec96371bca492dc68424a2d6a33588dd0.tar.gz
Ensure yacc is built during bootstrap-tools for __FreeBSD_version
1001506 and earlier, since some of the ACPI tools now reach yacc's old maximum table limit. This should fix the Jenkins buildbot, which apparently runs 10.1-RELEASE.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 243f5f5..48a6cfd 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1252,7 +1252,7 @@ _sed= usr.bin/sed
_m4= usr.bin/m4
.endif
-.if ${BOOTSTRAPPING} < 1000013
+.if ${BOOTSTRAPPING} < 1001506
_yacc= lib/liby \
usr.bin/yacc
OpenPOWER on IntegriCloud