mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-27 03:19:35 +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
19 lines
427 B
Makefile
19 lines
427 B
Makefile
include $(top_srcdir)/config/Substfiles.am
|
|
include $(top_srcdir)/config/Shellcheck.am
|
|
|
|
pkgsysconfdir = $(sysconfdir)/zfs
|
|
|
|
dist_pkgsysconf_DATA = \
|
|
vdev_id.conf.alias.example \
|
|
vdev_id.conf.sas_direct.example \
|
|
vdev_id.conf.sas_switch.example \
|
|
vdev_id.conf.multipath.example \
|
|
vdev_id.conf.scsi.example
|
|
|
|
pkgsysconf_SCRIPTS = \
|
|
zfs-functions
|
|
|
|
SUBSTFILES += $(pkgsysconf_SCRIPTS)
|
|
|
|
SHELLCHECK_SHELL = dash # local variables
|