X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=scripts%2FMakefile.am;h=a96915938301844cb6e719e132d381991df882ff;hb=a4430fce691d492aec382de0dfa937c05ee16500;hp=4df4b277cb2afb53aa9270456e5f772a835724ef;hpb=a5b4d63582005300c4526c7c15b63294e5408534;p=zfs.git diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 4df4b27..a969159 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1,17 +1,20 @@ -SUBDIRS = zpool-config zpool-layout zpios-test zpios-profile +SUBDIRS = zpool-config zpios-test zpios-profile pkglibexecdir = $(libexecdir)/@PACKAGE@ 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 \ $(top_srcdir)/scripts/zpios-sanity.sh \ - $(top_srcdir)/scripts/zpios-survey.sh + $(top_srcdir)/scripts/zpios-survey.sh \ + $(top_srcdir)/scripts/smb.sh 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 @@ -34,6 +37,7 @@ clean: done check: + @$(ZFS) -u @echo @echo -n "====================================" @echo -n " ZTEST " @@ -48,7 +52,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 "