diff options
author | Brian Behlendorf <[email protected]> | 2009-10-01 17:11:35 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2009-10-01 17:11:35 -0700 |
commit | 8bc91a2ae6576d62d35b8174dd09c6bb801ebbe5 (patch) | |
tree | 91599d4f81b5ed968c57be7da41c07a7679e5b17 /scripts | |
parent | 93f4668b9e201b8ba04de235f65378cc3524187c (diff) |
Refresh autogen products
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.in | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/scripts/Makefile.in b/scripts/Makefile.in index 551b622d7..4c701328b 100644 --- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -216,6 +216,7 @@ nobase_pkglibexec_SCRIPTS = common.sh zfs.sh zpool-create.sh \ zpios-profile/* 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 all: all-am @@ -410,18 +411,27 @@ uninstall-am: uninstall-info-am uninstall-nobase_pkglibexecSCRIPTS check: - @$(ZFS) -v @echo @echo -n "====================================" @echo -n " ZTEST " @echo "====================================" @echo + @$(ZFS) @$(ZTEST) -V + @$(ZFS) -u + @echo + @echo + @echo -n "====================================" + @echo -n " ZCONFIG " + @echo "====================================" + @echo + @$(ZCONFIG) @echo @echo -n "====================================" @echo -n " ZPIOS " @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 @@ -430,8 +440,8 @@ check: @$(ZPIOS) -c lo-raid10 -t tiny | tail -1 @$(ZPIOS) -c lo-raidz -t tiny | tail -1 @$(ZPIOS) -c lo-raidz2 -t tiny | tail -1 + @$(ZFS) -u @echo - @$(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: |