]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
When building on a newer host, boostrap using lex from the stable-8 source
authorian <ian@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 15 Mar 2016 04:03:15 +0000 (04:03 +0000)
committerian <ian@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 15 Mar 2016 04:03:15 +0000 (04:03 +0000)
commit608b975eef6d16ae807ca2916aa6d3bd42a19421
treeaae7863dc4a78f494a4134e3e4d450e64e8a1edf
parentfe36e8a15f61a141fb39de32507a855cc8466ff4
When building on a newer host, boostrap using lex from the stable-8 source
to match the yacc being used from that source.  This avoids a build error
caused by the newer lex emitting a yylex() decl that's already in the source.

This is a direct commit to stable-8; there is no corresponding change in
later branches to MFC from.  For the record, the new lex came in at version
1000032, but slipping it into the 1000013 block makes more sense than
creating a whole new .if block for it.

git-svn-id: svn://svn.freebsd.org/base/stable/8@296888 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Makefile.inc1