svn commit: r249472 - stable/8
Dag-Erling Smørgrav
des at FreeBSD.org
Sun Apr 14 11:51:25 UTC 2013
Author: des
Date: Sun Apr 14 11:51:25 2013
New Revision: 249472
URL: http://svnweb.freebsd.org/changeset/base/249472
Log:
MFH (r247285): always bootstrap liby along with yacc.
Modified:
stable/8/Makefile.inc1 (contents, props changed)
Directory Properties:
stable/8/ (props changed)
Modified: stable/8/Makefile.inc1
==============================================================================
--- stable/8/Makefile.inc1 Sun Apr 14 11:44:47 2013 (r249471)
+++ stable/8/Makefile.inc1 Sun Apr 14 11:51:25 2013 (r249472)
@@ -953,7 +953,8 @@ _lex= usr.bin/lex
.endif
.if ${BOOTSTRAPPING} >= 1000013
-_yacc= usr.bin/yacc
+_yacc= lib/liby \
+ usr.bin/yacc
.endif
.if ${BOOTSTRAPPING} < 800013
More information about the svn-src-all
mailing list