From 04621618cfcbde368f944f807829ddabbffe6108 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Wed, 18 Mar 2009 15:05:35 -0700 Subject: [PATCH] Refresh autogen products --- cmd/ztest/Makefile.in | 3 --- scripts/Makefile.in | 24 ++++++++++++++---------- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/cmd/ztest/Makefile.in b/cmd/ztest/Makefile.in index a21fe3e775..2f3681bdd6 100644 --- a/cmd/ztest/Makefile.in +++ b/cmd/ztest/Makefile.in @@ -532,9 +532,6 @@ uninstall-am: uninstall-info-am uninstall-sbinPROGRAMS tags uninstall uninstall-am uninstall-info-am \ uninstall-sbinPROGRAMS - -check: - ./ztest -V # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff --git a/scripts/Makefile.in b/scripts/Makefile.in index 26846a9063..98fcb39b50 100644 --- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -197,6 +197,9 @@ target_vendor = @target_vendor@ SUBDIRS = zpool-config zpios-test zpios-profile EXTRA_DIST = common.sh zfs-update.sh zfs.sh zpool-create.sh zpios.sh \ zpios-survey.sh +ZFS = ${top_srcdir}/scripts/zfs.sh +ZTEST = ${top_builddir}/cmd/ztest/ztest +ZPIOS = ${top_srcdir}/scripts/zpios.sh all: all-recursive .SUFFIXES: @@ -507,16 +510,17 @@ uninstall-info: uninstall-info-recursive check: - ./zfs.sh -v - ./zpios.sh -c file-raid0 -t tiny - ./zpios.sh -c file-raid10 -t tiny - ./zpios.sh -c file-raidz -t tiny - ./zpios.sh -c file-raidz2 -t tiny - ./zpios.sh -c lo-raid0 -t tiny - ./zpios.sh -c lo-raid10 -t tiny - ./zpios.sh -c lo-raidz -t tiny - ./zpios.sh -c lo-raidz2 -t tiny - ./zfs.sh -vu + $(ZFS) -v + $(ZTEST) -V + $(ZPIOS) -c file-raid0 -t tiny + $(ZPIOS) -c file-raid10 -t tiny + $(ZPIOS) -c file-raidz -t tiny + $(ZPIOS) -c file-raidz2 -t tiny + $(ZPIOS) -c lo-raid0 -t tiny + $(ZPIOS) -c lo-raid10 -t tiny + $(ZPIOS) -c lo-raidz -t tiny + $(ZPIOS) -c lo-raidz2 -t tiny + $(ZFS) -vu # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: