Refresh autogen products
This commit is contained in:
parent
24f0f6da93
commit
8e8b9b1816
|
@ -519,17 +519,28 @@ uninstall-info: uninstall-info-recursive
|
|||
|
||||
|
||||
check:
|
||||
$(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
|
||||
@$(ZFS) -v
|
||||
@echo
|
||||
@echo -n "===================================="
|
||||
@echo -n " ZTEST "
|
||||
@echo "===================================="
|
||||
@echo
|
||||
@$(ZTEST) -V
|
||||
@echo
|
||||
@echo -n "===================================="
|
||||
@echo -n " ZPIOS "
|
||||
@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.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
||||
|
|
Loading…
Reference in New Issue