a65c3f27ff
The preceding commit fixes an easy but somewhat nasty bug that spoils graphs (REPORT=1) and the fix for it spoils merging side branches touching these files; so it's worth a linter procedure, even if it's pretty trivial.
6 lines
211 B
Makefile
6 lines
211 B
Makefile
# missing "; @:" for recipeless rules makes SHELL payload useless
|
|
# (see also ../lib/report.mk); this results in broken target graphs
|
|
# (so REPORT=1 gets crippled)
|
|
check:
|
|
@grep -E '^[a-z]+/.*: .*[^\\:]$$' *.mk
|