X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;ds=inline;f=scripts%2FMakefile.in;h=3e68eda65500095c41c932d5c0a2b386e9c5ccf6;hb=7dc3830c0f591ae8dfe349cf67c0c61cc8602dc8;hp=2a1a4509ec0e427a2f399a985aa3682384312f4f;hpb=2959d94a0a53612cc1ca9ce9d17df26c3d69a513;p=zfs.git diff --git a/scripts/Makefile.in b/scripts/Makefile.in index 2a1a450..3e68eda 100644 --- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -316,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 \ @@ -324,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 @@ -730,6 +732,7 @@ clean: done check: + @$(ZFS) -u @echo @echo -n "====================================" @echo -n " ZTEST " @@ -744,7 +747,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 "