]> granicus.if.org Git - zfs/commit
Add `make lint` target
authorBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 1 Aug 2016 18:00:47 +0000 (18:00 +0000)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 2 Aug 2016 16:25:43 +0000 (09:25 -0700)
commitb64e02e5805e84dcaa4b0820b555b9f90aa5afea
tree9253ac1d99db12bdae6e91f557439e531286f507
parent4eb0db42d30b2ea8bed018f2227ebafd3ce35c9c
Add `make lint` target

Add a `make lint` target which maps to a cppcheck target.  As with
the shellcheck target it will only run when cppcheck is installed.
This allows a `make lint` build check to be incrementally added to
the automated testing for distribution which provide cppcheck.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #4915
Makefile.am