Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Apr 2015 15:27:56 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r281110 - stable/10
Message-ID:  <201504051527.t35FRuvK088164@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504051527.t35FRuvK088164>