Date: Thu, 16 Apr 2015 20:50:38 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r281615 - head Message-ID: <201504162050.t3GKocC9077569@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Thu Apr 16 20:50:37 2015 New Revision: 281615 URL: https://svnweb.freebsd.org/changeset/base/281615 Log: People are still getting burned by the byacc upgraded, switch to always doing byacc until someone figures out the more nuanced version to switch off of. Modified: head/Makefile.inc1 Modified: head/Makefile.inc1 ============================================================================== --- head/Makefile.inc1 Thu Apr 16 20:23:50 2015 (r281614) +++ head/Makefile.inc1 Thu Apr 16 20:50:37 2015 (r281615) @@ -1304,12 +1304,10 @@ _lex= usr.bin/lex _awk= usr.bin/awk .endif -.if ${BOOTSTRAPPING} < 1001506 _yacc= lib/liby \ usr.bin/yacc ${_bt}-usr.bin/yacc: ${_bt}-lib/liby -.endif .if ${MK_BSNMP} != "no" _gensnmptree= usr.sbin/bsnmpd/gensnmptree
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504162050.t3GKocC9077569>