emscripten-core / emscripten-core/emscripten
obsolete find syntax in tests/third_party/freealut/Makefile.*
Open
wontfix
- Dominant language
- C++
- Stars
- 27.6k
- Forks
- 3.6k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 105
Description
The files `tests/third_party/freealut/Makefile.am` and `tests/third_party/freealut/Makefile.in` contains shell code calling `find` with option `-perm +222` which is an obsolete GNU extension to find.
Please replace with `-perm +222` in both files.
I guess those files are not used by emscripten, but it is still helpfull to not ship broken code (e.g. to ease quality checks in downstream distributions). An alternative is to drop those unused files, I guess, if really unused.
Contributor guide
Assessment
This issue has not been assessed yet.