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 _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"