]> git.proxmox.com Git - mirror_zfs.git/commit - Makefile.am
Warn if checking programs are not installed
authorMatthew Ahrens <mahrens@delphix.com>
Thu, 4 Oct 2018 20:11:45 +0000 (13:11 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 4 Oct 2018 20:11:45 +0000 (13:11 -0700)
commit58c0f374f101a37b5e1bb22359f40020f235e008
tree043fe0b367d1e8ce908f8d55088cc65c248b44e2
parentc23f8d4829ce50e92b60f69b3b80e5301db476b2
Warn if checking programs are not installed

`make checkstyle` silently skips checks if the required programs are not
installed (e.g. shellcheck, mandoc).  Therefore developers may not
realize that they are not getting the full suite of code checks.  This
also applies to more specific targets like `make shellcheck`.

We should print a warning message when a check is skipped due to missing
tools.

Reviewed-by: Giuseppe Di Natale <guss80@gmail.com>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed by: Pavel Zakharov <pavel.zakharov@delphix.com>
Reviewed by: Prakash Surya <prakash.surya@delphix.com>
Signed-off-by: Matthew Ahrens <mahrens@delphix.com>
Closes #7984
Makefile.am