Jeremie Courreges-Anglas wrote:
>
> Looks fine to me except:
>
> 1. pkg_info says
>
> Comment:
> tool to analyse
> [...]
>
> Escaping the # is enough:
> COMMENT= tool to analyse \#includes in C and C++ source files
>
> 2. python interpreter:
>
> Better use "MODPY_ADJ_FILES = fix_includes
Looks fine to me except:
1. pkg_info says
Comment:
tool to analyse
[...]
Escaping the # is enough:
COMMENT=tool to analyse \#includes in C and C++ source files
2. python interpreter:
Better use "MODPY_ADJ_FILES = fix_includes.py iwyu_tool.py" than playing
with post-install. Also some