mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-18 02:20:59 +03:00
132240507d
This checks every file it checked (and a few more), but explicitly instead of "if it works it works" best-effort (which wasn't that good anyway) Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #10512 Closes #12101
10 lines
295 B
Makefile
10 lines
295 B
Makefile
include $(top_srcdir)/config/Shellcheck.am
|
|
|
|
SUBDIRS = zfs sudoers.d
|
|
SHELLCHECKDIRS = zfs
|
|
if BUILD_LINUX
|
|
SHELLCHECKDIRS += default $(ZFS_INIT_SYSV)
|
|
SUBDIRS += default $(ZFS_INIT_SYSTEMD) $(ZFS_INIT_SYSV) $(ZFS_MODULE_LOAD)
|
|
endif
|
|
DIST_SUBDIRS = default init.d zfs systemd modules-load.d sudoers.d
|