svn commit: r281110 - stable/10

Dimitry Andric dim at FreeBSD.org
Sun Apr 5 15:27:57 UTC 2015


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
 


More information about the svn-src-all mailing list