mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 10:25:25 +01:00
Build flex 2.5.11.
This commit is contained in:
parent
707328a15c
commit
de9548dbff
11 changed files with 882 additions and 2 deletions
|
|
@ -264,3 +264,12 @@ cope here.
|
|||
|
||||
`m4` is the first piece of software we need in the autotools suite. It allows
|
||||
macros to be defined and files to be generated from those macros.
|
||||
|
||||
#### Part 20: flex 2.5.11
|
||||
`flex` is a tool for generating lexers or scanners: programs that recognize lexical patters.
|
||||
|
||||
Unfortunately `flex` also depends on itself for compiling its own scanner, so
|
||||
first flex 2.5.11 is compiled, with its scanner definition manually modified so that
|
||||
it can be processed by lex for the Heirloom project (the required modifications
|
||||
are mostly syntactical, plus a few workarounds to avoid some flex advanced features).
|
||||
Then we recompile `flex` using its own lexer.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue