svn commit: r281615 - head

Warner Losh imp at FreeBSD.org
Thu Apr 16 20:50:38 UTC 2015


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


More information about the svn-src-head mailing list