Gabor Kovesdan <ga...@freebsd.org> writes:
> Maybe I'm missing some point but what if we always use yacc and lex
> from the source tree instead of from the base system? That would be
> the most logical way of doing this and whether they are built early or
> just in the world phase does not make that much difference, does it?

Bootstrap tools are built twice, so we try to only build them when we
know that we need them, i.e. when cross-building (for machine-dependent
tools) or when building on a system that has an older, incompatible
version of the tool.  For lex and yacc, the latter case applies, since
they are machine-independent.

My final test build just completed.  I just committed the version bump
and the bootstrap change; Baptiste will commit the yyparse() fix later
today.

DES
-- 
Dag-Erling Smørgrav - d...@des.no
_______________________________________________
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"

Reply via email to