From 8e8b9b181649c19fa218a8558a73a8c07e27be4d Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Tue, 21 Jul 2009 14:54:30 -0700 Subject: [PATCH] Refresh autogen products --- scripts/Makefile.in | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/scripts/Makefile.in b/scripts/Makefile.in index a6ab49ef3d..f4f28777e9 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: