makefile generation seems to spam warnings on my machine
Open
minor bug
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 302
- PR merge metrics
- No merged PRs in 30d
Description
On my machine when I use make, I get thousands of lines like this:
```
docker/generated.mk:86749: warning: ignoring old recipe for target 'test-run-fastcgs_lm-systemd_fuzz-link-parser'
docker/generated.mk:87820: warning: overriding recipe for target 'debug-fastcgs_lm-systemd_fuzz-link-parser'
docker/generated.mk:86762: warning: ignoring old recipe for target 'debug-fastcgs_lm-systemd_fuzz-link-parser'
```
I'm not sure why this is happening. It doesn't seem to happen in CI. But if this is common we should fix it as the output is very annoying.
Contributor guide
Assessment
This issue has not been assessed yet.