svn commit: r235723 - in head: contrib/byacc tools/regression/usr.bin/yacc usr.bin/yacc usr.bin/yacc/test

Gabor Kovesdan gabor at FreeBSD.org
Tue May 22 15:08:15 UTC 2012


On 2012.05.22. 17:03, Dimitry Andric wrote:
> ...
>> >     I mentioned it in a private email, but the issue is that the yacc
>> >used during the build seems to be coming from the base system (despite
>> >the fact that it's a bootstrap tool). Once I installed yacc onto my
>> >stable-9 system at work, all of the changes that should have been
>> >checked in with this commit became apparent.
>> >Thanks,
>> >-Garrett
>> >
>> >1022 .if ${BOOTSTRAPPING} < 900006
> Yes, Dag-Erling mentioned he will fix this particular test for head,
> which needs a version bump.
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?

Gabor



More information about the svn-src-head mailing list