1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-24 02:04:21 +03:00
Gary Lockyer 3e072b3fb7 build: fix the coverage build
"make lcov" was failing with:
   Processing file bin/default/<stdout>
   genhtml: ERROR: cannot read ... <stdout>

Flex adds "#line nnn <stdout>" to the generated source, which then causes
issues with lcov. This commit adds a SAMBA_GENERATOR for es_lexer.l and
sparql_lexer.l that strips out the offending lines.

Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2020-02-27 01:02:32 +00:00
..
2019-10-02 08:01:40 +00:00
2019-03-18 19:21:22 +00:00
2019-03-18 19:21:22 +00:00
2020-01-03 00:04:43 +00:00
2019-03-18 19:21:22 +00:00
2019-03-18 19:21:22 +00:00
2020-02-27 01:02:32 +00:00