From fd1aa4bec96371bca492dc68424a2d6a33588dd0 Mon Sep 17 00:00:00 2001 From: dim Date: Sun, 5 Apr 2015 15:27:56 +0000 Subject: 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. --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.inc1') 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 -- cgit v1.1