bsd.prog.mk: Enhance the 'lint' target a bit.
authorSascha Wildner <saw@online.de>
Fri, 15 Jun 2012 22:01:39 +0000 (00:01 +0200)
committerSascha Wildner <saw@online.de>
Fri, 15 Jun 2012 22:01:39 +0000 (00:01 +0200)
commit1ec931f4c350b97793adea87e3c1d99dba71bc47
treeaf4f86fb29c82d33fd9973e7dfc4e71c1d16d8cc
parent08d3c60b75f42ff61b72dd4d2e00ee257410c8c7
bsd.prog.mk: Enhance the 'lint' target a bit.

* Remove piping the outputs of running ${LINT} to more(1)

* Don't stop when ${LINT} returns an error.

* Pass ${CFLAGS} beginning with '-I' to ${LINT} and ensure the
  directory is separated with a space.

These changes make it easier to use coccinelle and other checkers as
${LINT}.
share/mk/bsd.prog.mk