conf.d: added "make check"

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.
This commit is contained in:
Michael Shigorin 2016-12-20 19:37:56 +03:00
parent ffa2497c78
commit a65c3f27ff

5
conf.d/Makefile Normal file
View File

@ -0,0 +1,5 @@
# 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