From b41cecfda18f559eb5b7a5ce8d0cfcef9c151cdd Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Tue, 27 Oct 2009 15:07:31 -0700 Subject: [PATCH] Refresh autogen products --- scripts/Makefile.in | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/scripts/Makefile.in b/scripts/Makefile.in index 79576715aa..0fa289ebfc 100644 --- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -222,7 +222,7 @@ EXTRA_DIST = zfs-update.sh $(nobase_pkglibexec_SCRIPTS) ZFS = ${top_srcdir}/scripts/zfs.sh ZCONFIG = ${top_srcdir}/scripts/zconfig.sh ZTEST = ${top_builddir}/cmd/ztest/ztest -ZPIOS = ${top_srcdir}/scripts/zpios.sh +ZPIOS_SANITY = ${top_srcdir}/scripts/zpios-sanity.sh all: all-am .SUFFIXES: @@ -436,14 +436,7 @@ check: @echo "====================================" @echo @$(ZFS) - @$(ZPIOS) -c file-raid0 -t tiny - @$(ZPIOS) -c file-raid10 -t tiny | tail -1 - @$(ZPIOS) -c file-raidz -t tiny | tail -1 - @$(ZPIOS) -c file-raidz2 -t tiny | tail -1 - @$(ZPIOS) -c lo-raid0 -t tiny | tail -1 - @$(ZPIOS) -c lo-raid10 -t tiny | tail -1 - @$(ZPIOS) -c lo-raidz -t tiny | tail -1 - @$(ZPIOS) -c lo-raidz2 -t tiny | tail -1 + @$(ZPIOS_SANITY) @$(ZFS) -u @echo # Tell versions [3.59,3.63) of GNU make to not export all variables.