bitbake/lib/bb/parse/parse_c:
[vuplus_bitbake] / lib / bb / parse / parse_c / README.build
1 To ease portability (lemon, flex, etc) we keep the
2 result of flex and lemon in the source code. We agree
3 to not manually change the scanner and parser.
4
5
6
7 How we create the files:
8    flex -t bitbakescanner.l > bitbakescanner.cc
9    lemon bitbakeparser.y
10    mv bitbakeparser.c bitbakeparser.cc
11
12 Now manually create two files