Refresh autogen products

This commit is contained in:
Brian Behlendorf 2009-10-01 17:11:35 -07:00
parent 93f4668b9e
commit 8bc91a2ae6
1 changed files with 12 additions and 2 deletions

View File

@ -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: