X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=scripts%2FMakefile.in;h=8c6e67d54fd372ed0090b696445ac4b323c5c505;hb=0ee8118bd31d1c160123d0aac9c55455706d5975;hp=cd9971b0ae86b54edb34edad5c670a047c206a17;hpb=a5b4d63582005300c4526c7c15b63294e5408534;p=zfs.git diff --git a/scripts/Makefile.in b/scripts/Makefile.in index cd9971b..8c6e67d 100644 --- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -43,6 +43,7 @@ am__aclocal_m4_deps = \ $(top_srcdir)/config/kernel-bdev-logical-size.m4 \ $(top_srcdir)/config/kernel-bio-empty-barrier.m4 \ $(top_srcdir)/config/kernel-bio-end-io-t-args.m4 \ + $(top_srcdir)/config/kernel-bio-failfast.m4 \ $(top_srcdir)/config/kernel-bio-rw-syncio.m4 \ $(top_srcdir)/config/kernel-blk-end-request.m4 \ $(top_srcdir)/config/kernel-blk-fetch-request.m4 \ @@ -315,6 +316,7 @@ SUBDIRS = zpool-config zpool-layout zpios-test zpios-profile dist_pkglibexec_SCRIPTS = \ $(top_builddir)/scripts/common.sh \ $(top_srcdir)/scripts/zconfig.sh \ + $(top_srcdir)/scripts/zfault.sh \ $(top_srcdir)/scripts/zfs.sh \ $(top_srcdir)/scripts/zpool-create.sh \ $(top_srcdir)/scripts/zpios.sh \ @@ -323,6 +325,7 @@ dist_pkglibexec_SCRIPTS = \ ZFS = $(top_builddir)/scripts/zfs.sh ZCONFIG = $(top_builddir)/scripts/zconfig.sh +ZFAULT = $(top_builddir)/scripts/zfault.sh ZTEST = $(top_builddir)/cmd/ztest/ztest ZPIOS_SANITY = $(top_builddir)/scripts/zpios-sanity.sh all: all-recursive @@ -743,7 +746,13 @@ check: @echo -n " ZCONFIG " @echo "===================================" @echo - @$(ZCONFIG) + @$(ZCONFIG) -c + @echo + @echo -n "===================================" + @echo -n " ZFAULT " + @echo "===================================" + @echo + @$(ZFAULT) -c @echo @echo -n "====================================" @echo -n " ZPIOS "