Refresh autogen products
This commit is contained in:
parent
24f0f6da93
commit
8e8b9b1816
|
@ -519,17 +519,28 @@ uninstall-info: uninstall-info-recursive
|
||||||
|
|
||||||
|
|
||||||
check:
|
check:
|
||||||
$(ZFS) -v
|
@$(ZFS) -v
|
||||||
$(ZTEST) -V
|
@echo
|
||||||
$(ZPIOS) -c file-raid0 -t tiny
|
@echo -n "===================================="
|
||||||
$(ZPIOS) -c file-raid10 -t tiny
|
@echo -n " ZTEST "
|
||||||
$(ZPIOS) -c file-raidz -t tiny
|
@echo "===================================="
|
||||||
$(ZPIOS) -c file-raidz2 -t tiny
|
@echo
|
||||||
$(ZPIOS) -c lo-raid0 -t tiny
|
@$(ZTEST) -V
|
||||||
$(ZPIOS) -c lo-raid10 -t tiny
|
@echo
|
||||||
$(ZPIOS) -c lo-raidz -t tiny
|
@echo -n "===================================="
|
||||||
$(ZPIOS) -c lo-raidz2 -t tiny
|
@echo -n " ZPIOS "
|
||||||
$(ZFS) -vu
|
@echo "===================================="
|
||||||
|
@echo
|
||||||
|
@$(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
|
||||||
|
@echo
|
||||||
|
@$(ZFS) -vu
|
||||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
# 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.
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||||
.NOEXPORT:
|
.NOEXPORT:
|
||||||
|
|
Loading…
Reference in New Issue