diff options
author | Brian Behlendorf <[email protected]> | 2009-07-21 14:54:30 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2009-07-21 14:54:30 -0700 |
commit | 8e8b9b181649c19fa218a8558a73a8c07e27be4d (patch) | |
tree | 8cb57725a27e236f6c98e57d72007a4a924d9cc8 /scripts | |
parent | 24f0f6da932ac5871f8e4d55e65a74c3861b4054 (diff) |
Refresh autogen products
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.in | 33 |
1 files changed, 22 insertions, 11 deletions
diff --git a/scripts/Makefile.in b/scripts/Makefile.in index a6ab49ef3..f4f28777e 100644 --- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -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: |