commit | ab270850998191a41abb47d929ab816259d3428e | [log] [tgz] |
---|---|---|
author | Nicolas Iooss <nicolas.iooss@m4x.org> | Mon Nov 28 22:40:18 2016 +0100 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Tue Nov 29 08:47:36 2016 -0500 |
tree | a3d96db81108f250834125e48e243184baef790c | |
parent | 1c187d797fc5bddcd29ce3e01d911ad36153ba15 [diff] |
libsepol,libsemanage: write file name in flex output Tools like lcov (for code coverage) does not like files named "<stdout>". For example it reports errors like: genhtml: ERROR: cannot read /usr/src/selinux/libsemanage/src/<stdout> When using flex -o option, the output file name gets written in the generated C code, which solves this issue. Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>