mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 01:51:00 +03:00
c3ef9f7528
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
14 lines
305 B
Makefile
14 lines
305 B
Makefile
include $(top_srcdir)/config/Substfiles.am
|
|
include $(top_srcdir)/config/Shellcheck.am
|
|
|
|
bashcompletiondir = $(sysconfdir)/bash_completion.d
|
|
|
|
noinst_DATA = zfs
|
|
|
|
EXTRA_DIST += $(noinst_DATA)
|
|
SUBSTFILES += $(noinst_DATA)
|
|
|
|
SHELLCHECKSCRIPTS = $(noinst_DATA)
|
|
SHELLCHECK_SHELL = bash
|
|
SHELLCHECK_IGNORE = ,SC2207
|