mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-18 01:05:24 +01:00
Build flex 2.5.14.
This commit is contained in:
parent
de9548dbff
commit
2b8394e1f5
6 changed files with 45 additions and 3 deletions
|
|
@ -265,11 +265,13 @@ 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
|
||||
#### Part 22: 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.
|
||||
|
||||
### Part 23 flex 2.5.14
|
||||
Then we recompile unpatched `flex` using its own lexer.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue