mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 11:19:32 +03:00
ae66d3aa90
Strengthen static code analysis for shell scripts. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: John Kennedy <john.kennedy@delphix.com> Signed-off-by: szubersk <szuberskidamian@gmail.com> Closes #12913
11 lines
309 B
Makefile
11 lines
309 B
Makefile
include $(top_srcdir)/config/Shellcheck.am
|
|
|
|
SUBDIRS = zfs sudoers.d
|
|
SHELLCHECKDIRS = default $(ZFS_INIT_SYSV) zfs
|
|
SHELLCHECK_OPTS = --enable=all
|
|
|
|
if BUILD_LINUX
|
|
SUBDIRS += default $(ZFS_INIT_SYSTEMD) $(ZFS_INIT_SYSV) $(ZFS_MODULE_LOAD)
|
|
endif
|
|
DIST_SUBDIRS = default init.d zfs systemd modules-load.d sudoers.d
|