Author: dim
Date: Sun Apr  5 15:27:56 2015
New Revision: 281110
URL: https://svnweb.freebsd.org/changeset/base/281110

Log:
  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.

Modified:
  stable/10/Makefile.inc1

Modified: stable/10/Makefile.inc1
==============================================================================
--- stable/10/Makefile.inc1     Sun Apr  5 14:45:52 2015        (r281109)
+++ stable/10/Makefile.inc1     Sun Apr  5 15:27:56 2015        (r281110)
@@ -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
 
_______________________________________________
svn-src-stable-10@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"

Reply via email to