]> git.proxmox.com Git - mirror_zfs.git/commit - Makefile.am
Fix make lint target
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 9 Sep 2016 18:01:22 +0000 (11:01 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 9 Sep 2016 18:24:54 +0000 (11:24 -0700)
commit89f67518e1c25a586ba2663210ec9791f12f1fba
tree766ddabb79e6dc9ab878072fb31b48da539f3dc6
parent8516203d53380bc32f62827afd0c13d16337c4e6
Fix make lint target

When errors are detected 'make lint' should return a non-zero
error code.  The value 2 was chosen to indicate these are warnings
and not fatal.

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