Harald Hoyer 08211a
From 2723ebba9aab6ddac685c9f2afa4c902cf6feae0 Mon Sep 17 00:00:00 2001
Harald Hoyer 08211a
From: Harald Hoyer <harald@redhat.com>
Harald Hoyer 08211a
Date: Wed, 11 Jul 2012 15:23:21 +0200
Harald Hoyer 08211a
Subject: [PATCH] test: silence "make all"
Harald Hoyer 08211a
Harald Hoyer 08211a
---
Harald Hoyer 08211a
 test/TEST-01-BASIC/Makefile        |    4 ++--
Harald Hoyer 08211a
 test/TEST-02-SYSTEMD/Makefile      |    4 ++--
Harald Hoyer 08211a
 test/TEST-03-USR-MOUNT/Makefile    |    4 ++--
Harald Hoyer 08211a
 test/TEST-04-FULL-SYSTEMD/Makefile |    4 ++--
Harald Hoyer 08211a
 test/TEST-10-RAID/Makefile         |    4 ++--
Harald Hoyer 08211a
 test/TEST-11-LVM/Makefile          |    4 ++--
Harald Hoyer 08211a
 test/TEST-12-RAID-DEG/Makefile     |    4 ++--
Harald Hoyer 08211a
 test/TEST-13-ENC-RAID-LVM/Makefile |    4 ++--
Harald Hoyer 08211a
 test/TEST-15-BTRFSRAID/Makefile    |    4 ++--
Harald Hoyer 08211a
 test/TEST-16-DMSQUASH/Makefile     |    4 ++--
Harald Hoyer 08211a
 test/TEST-20-NFS/Makefile          |    4 ++--
Harald Hoyer 08211a
 test/TEST-30-ISCSI/Makefile        |    4 ++--
Harald Hoyer 08211a
 test/TEST-40-NBD/Makefile          |    4 ++--
Harald Hoyer 08211a
 test/TEST-50-MULTINIC/Makefile     |    4 ++--
Harald Hoyer 08211a
 test/TEST-99-RPM/Makefile          |    4 ++--
Harald Hoyer 08211a
 15 files changed, 30 insertions(+), 30 deletions(-)
Harald Hoyer 08211a
Harald Hoyer 08211a
diff --git a/test/TEST-01-BASIC/Makefile b/test/TEST-01-BASIC/Makefile
Harald Hoyer 08211a
index 3cc8993..aad2705 100644
Harald Hoyer 08211a
--- a/test/TEST-01-BASIC/Makefile
Harald Hoyer 08211a
+++ b/test/TEST-01-BASIC/Makefile
Harald Hoyer 08211a
@@ -1,6 +1,6 @@
Harald Hoyer 08211a
 all:
Harald Hoyer 08211a
-	$(MAKE) -s --no-print-directory -C ../.. all
Harald Hoyer 08211a
-	V=$(V) basedir=../.. testdir=../ ./test.sh --all
Harald Hoyer 08211a
+	@$(MAKE) -s --no-print-directory -C ../.. all
Harald Hoyer 08211a
+	@V=$(V) basedir=../.. testdir=../ ./test.sh --all
Harald Hoyer 08211a
 setup:
Harald Hoyer 08211a
 	@$(MAKE) --no-print-directory -C ../.. all
Harald Hoyer 08211a
 	@basedir=../.. testdir=../ ./test.sh --setup
Harald Hoyer 08211a
diff --git a/test/TEST-02-SYSTEMD/Makefile b/test/TEST-02-SYSTEMD/Makefile
Harald Hoyer 08211a
index 3cc8993..aad2705 100644
Harald Hoyer 08211a
--- a/test/TEST-02-SYSTEMD/Makefile
Harald Hoyer 08211a
+++ b/test/TEST-02-SYSTEMD/Makefile
Harald Hoyer 08211a
@@ -1,6 +1,6 @@
Harald Hoyer 08211a
 all:
Harald Hoyer 08211a
-	$(MAKE) -s --no-print-directory -C ../.. all
Harald Hoyer 08211a
-	V=$(V) basedir=../.. testdir=../ ./test.sh --all
Harald Hoyer 08211a
+	@$(MAKE) -s --no-print-directory -C ../.. all
Harald Hoyer 08211a
+	@V=$(V) basedir=../.. testdir=../ ./test.sh --all
Harald Hoyer 08211a
 setup:
Harald Hoyer 08211a
 	@$(MAKE) --no-print-directory -C ../.. all
Harald Hoyer 08211a
 	@basedir=../.. testdir=../ ./test.sh --setup
Harald Hoyer 08211a
diff --git a/test/TEST-03-USR-MOUNT/Makefile b/test/TEST-03-USR-MOUNT/Makefile
Harald Hoyer 08211a
index 3cc8993..aad2705 100644
Harald Hoyer 08211a
--- a/test/TEST-03-USR-MOUNT/Makefile
Harald Hoyer 08211a
+++ b/test/TEST-03-USR-MOUNT/Makefile
Harald Hoyer 08211a
@@ -1,6 +1,6 @@
Harald Hoyer 08211a
 all:
Harald Hoyer 08211a
-	$(MAKE) -s --no-print-directory -C ../.. all
Harald Hoyer 08211a
-	V=$(V) basedir=../.. testdir=../ ./test.sh --all
Harald Hoyer 08211a
+	@$(MAKE) -s --no-print-directory -C ../.. all
Harald Hoyer 08211a
+	@V=$(V) basedir=../.. testdir=../ ./test.sh --all
Harald Hoyer 08211a
 setup:
Harald Hoyer 08211a
 	@$(MAKE) --no-print-directory -C ../.. all
Harald Hoyer 08211a
 	@basedir=../.. testdir=../ ./test.sh --setup
Harald Hoyer 08211a
diff --git a/test/TEST-04-FULL-SYSTEMD/Makefile b/test/TEST-04-FULL-SYSTEMD/Makefile
Harald Hoyer 08211a
index 3cc8993..aad2705 100644
Harald Hoyer 08211a
--- a/test/TEST-04-FULL-SYSTEMD/Makefile
Harald Hoyer 08211a
+++ b/test/TEST-04-FULL-SYSTEMD/Makefile
Harald Hoyer 08211a
@@ -1,6 +1,6 @@
Harald Hoyer 08211a
 all:
Harald Hoyer 08211a
-	$(MAKE) -s --no-print-directory -C ../.. all
Harald Hoyer 08211a
-	V=$(V) basedir=../.. testdir=../ ./test.sh --all
Harald Hoyer 08211a
+	@$(MAKE) -s --no-print-directory -C ../.. all
Harald Hoyer 08211a
+	@V=$(V) basedir=../.. testdir=../ ./test.sh --all
Harald Hoyer 08211a
 setup:
Harald Hoyer 08211a
 	@$(MAKE) --no-print-directory -C ../.. all
Harald Hoyer 08211a
 	@basedir=../.. testdir=../ ./test.sh --setup
Harald Hoyer 08211a
diff --git a/test/TEST-10-RAID/Makefile b/test/TEST-10-RAID/Makefile
Harald Hoyer 08211a
index 3cc8993..aad2705 100644
Harald Hoyer 08211a
--- a/test/TEST-10-RAID/Makefile
Harald Hoyer 08211a
+++ b/test/TEST-10-RAID/Makefile
Harald Hoyer 08211a
@@ -1,6 +1,6 @@
Harald Hoyer 08211a
 all:
Harald Hoyer 08211a
-	$(MAKE) -s --no-print-directory -C ../.. all
Harald Hoyer 08211a
-	V=$(V) basedir=../.. testdir=../ ./test.sh --all
Harald Hoyer 08211a
+	@$(MAKE) -s --no-print-directory -C ../.. all
Harald Hoyer 08211a
+	@V=$(V) basedir=../.. testdir=../ ./test.sh --all
Harald Hoyer 08211a
 setup:
Harald Hoyer 08211a
 	@$(MAKE) --no-print-directory -C ../.. all
Harald Hoyer 08211a
 	@basedir=../.. testdir=../ ./test.sh --setup
Harald Hoyer 08211a
diff --git a/test/TEST-11-LVM/Makefile b/test/TEST-11-LVM/Makefile
Harald Hoyer 08211a
index 3cc8993..aad2705 100644
Harald Hoyer 08211a
--- a/test/TEST-11-LVM/Makefile
Harald Hoyer 08211a
+++ b/test/TEST-11-LVM/Makefile
Harald Hoyer 08211a
@@ -1,6 +1,6 @@
Harald Hoyer 08211a
 all:
Harald Hoyer 08211a
-	$(MAKE) -s --no-print-directory -C ../.. all
Harald Hoyer 08211a
-	V=$(V) basedir=../.. testdir=../ ./test.sh --all
Harald Hoyer 08211a
+	@$(MAKE) -s --no-print-directory -C ../.. all
Harald Hoyer 08211a
+	@V=$(V) basedir=../.. testdir=../ ./test.sh --all
Harald Hoyer 08211a
 setup:
Harald Hoyer 08211a
 	@$(MAKE) --no-print-directory -C ../.. all
Harald Hoyer 08211a
 	@basedir=../.. testdir=../ ./test.sh --setup
Harald Hoyer 08211a
diff --git a/test/TEST-12-RAID-DEG/Makefile b/test/TEST-12-RAID-DEG/Makefile
Harald Hoyer 08211a
index 3cc8993..aad2705 100644
Harald Hoyer 08211a
--- a/test/TEST-12-RAID-DEG/Makefile
Harald Hoyer 08211a
+++ b/test/TEST-12-RAID-DEG/Makefile
Harald Hoyer 08211a
@@ -1,6 +1,6 @@
Harald Hoyer 08211a
 all:
Harald Hoyer 08211a
-	$(MAKE) -s --no-print-directory -C ../.. all
Harald Hoyer 08211a
-	V=$(V) basedir=../.. testdir=../ ./test.sh --all
Harald Hoyer 08211a
+	@$(MAKE) -s --no-print-directory -C ../.. all
Harald Hoyer 08211a
+	@V=$(V) basedir=../.. testdir=../ ./test.sh --all
Harald Hoyer 08211a
 setup:
Harald Hoyer 08211a
 	@$(MAKE) --no-print-directory -C ../.. all
Harald Hoyer 08211a
 	@basedir=../.. testdir=../ ./test.sh --setup
Harald Hoyer 08211a
diff --git a/test/TEST-13-ENC-RAID-LVM/Makefile b/test/TEST-13-ENC-RAID-LVM/Makefile
Harald Hoyer 08211a
index 3cc8993..aad2705 100644
Harald Hoyer 08211a
--- a/test/TEST-13-ENC-RAID-LVM/Makefile
Harald Hoyer 08211a
+++ b/test/TEST-13-ENC-RAID-LVM/Makefile
Harald Hoyer 08211a
@@ -1,6 +1,6 @@
Harald Hoyer 08211a
 all:
Harald Hoyer 08211a
-	$(MAKE) -s --no-print-directory -C ../.. all
Harald Hoyer 08211a
-	V=$(V) basedir=../.. testdir=../ ./test.sh --all
Harald Hoyer 08211a
+	@$(MAKE) -s --no-print-directory -C ../.. all
Harald Hoyer 08211a
+	@V=$(V) basedir=../.. testdir=../ ./test.sh --all
Harald Hoyer 08211a
 setup:
Harald Hoyer 08211a
 	@$(MAKE) --no-print-directory -C ../.. all
Harald Hoyer 08211a
 	@basedir=../.. testdir=../ ./test.sh --setup
Harald Hoyer 08211a
diff --git a/test/TEST-15-BTRFSRAID/Makefile b/test/TEST-15-BTRFSRAID/Makefile
Harald Hoyer 08211a
index 3cc8993..aad2705 100644
Harald Hoyer 08211a
--- a/test/TEST-15-BTRFSRAID/Makefile
Harald Hoyer 08211a
+++ b/test/TEST-15-BTRFSRAID/Makefile
Harald Hoyer 08211a
@@ -1,6 +1,6 @@
Harald Hoyer 08211a
 all:
Harald Hoyer 08211a
-	$(MAKE) -s --no-print-directory -C ../.. all
Harald Hoyer 08211a
-	V=$(V) basedir=../.. testdir=../ ./test.sh --all
Harald Hoyer 08211a
+	@$(MAKE) -s --no-print-directory -C ../.. all
Harald Hoyer 08211a
+	@V=$(V) basedir=../.. testdir=../ ./test.sh --all
Harald Hoyer 08211a
 setup:
Harald Hoyer 08211a
 	@$(MAKE) --no-print-directory -C ../.. all
Harald Hoyer 08211a
 	@basedir=../.. testdir=../ ./test.sh --setup
Harald Hoyer 08211a
diff --git a/test/TEST-16-DMSQUASH/Makefile b/test/TEST-16-DMSQUASH/Makefile
Harald Hoyer 08211a
index 3cc8993..aad2705 100644
Harald Hoyer 08211a
--- a/test/TEST-16-DMSQUASH/Makefile
Harald Hoyer 08211a
+++ b/test/TEST-16-DMSQUASH/Makefile
Harald Hoyer 08211a
@@ -1,6 +1,6 @@
Harald Hoyer 08211a
 all:
Harald Hoyer 08211a
-	$(MAKE) -s --no-print-directory -C ../.. all
Harald Hoyer 08211a
-	V=$(V) basedir=../.. testdir=../ ./test.sh --all
Harald Hoyer 08211a
+	@$(MAKE) -s --no-print-directory -C ../.. all
Harald Hoyer 08211a
+	@V=$(V) basedir=../.. testdir=../ ./test.sh --all
Harald Hoyer 08211a
 setup:
Harald Hoyer 08211a
 	@$(MAKE) --no-print-directory -C ../.. all
Harald Hoyer 08211a
 	@basedir=../.. testdir=../ ./test.sh --setup
Harald Hoyer 08211a
diff --git a/test/TEST-20-NFS/Makefile b/test/TEST-20-NFS/Makefile
Harald Hoyer 08211a
index 3cc8993..aad2705 100644
Harald Hoyer 08211a
--- a/test/TEST-20-NFS/Makefile
Harald Hoyer 08211a
+++ b/test/TEST-20-NFS/Makefile
Harald Hoyer 08211a
@@ -1,6 +1,6 @@
Harald Hoyer 08211a
 all:
Harald Hoyer 08211a
-	$(MAKE) -s --no-print-directory -C ../.. all
Harald Hoyer 08211a
-	V=$(V) basedir=../.. testdir=../ ./test.sh --all
Harald Hoyer 08211a
+	@$(MAKE) -s --no-print-directory -C ../.. all
Harald Hoyer 08211a
+	@V=$(V) basedir=../.. testdir=../ ./test.sh --all
Harald Hoyer 08211a
 setup:
Harald Hoyer 08211a
 	@$(MAKE) --no-print-directory -C ../.. all
Harald Hoyer 08211a
 	@basedir=../.. testdir=../ ./test.sh --setup
Harald Hoyer 08211a
diff --git a/test/TEST-30-ISCSI/Makefile b/test/TEST-30-ISCSI/Makefile
Harald Hoyer 08211a
index 3cc8993..aad2705 100644
Harald Hoyer 08211a
--- a/test/TEST-30-ISCSI/Makefile
Harald Hoyer 08211a
+++ b/test/TEST-30-ISCSI/Makefile
Harald Hoyer 08211a
@@ -1,6 +1,6 @@
Harald Hoyer 08211a
 all:
Harald Hoyer 08211a
-	$(MAKE) -s --no-print-directory -C ../.. all
Harald Hoyer 08211a
-	V=$(V) basedir=../.. testdir=../ ./test.sh --all
Harald Hoyer 08211a
+	@$(MAKE) -s --no-print-directory -C ../.. all
Harald Hoyer 08211a
+	@V=$(V) basedir=../.. testdir=../ ./test.sh --all
Harald Hoyer 08211a
 setup:
Harald Hoyer 08211a
 	@$(MAKE) --no-print-directory -C ../.. all
Harald Hoyer 08211a
 	@basedir=../.. testdir=../ ./test.sh --setup
Harald Hoyer 08211a
diff --git a/test/TEST-40-NBD/Makefile b/test/TEST-40-NBD/Makefile
Harald Hoyer 08211a
index 3cc8993..aad2705 100644
Harald Hoyer 08211a
--- a/test/TEST-40-NBD/Makefile
Harald Hoyer 08211a
+++ b/test/TEST-40-NBD/Makefile
Harald Hoyer 08211a
@@ -1,6 +1,6 @@
Harald Hoyer 08211a
 all:
Harald Hoyer 08211a
-	$(MAKE) -s --no-print-directory -C ../.. all
Harald Hoyer 08211a
-	V=$(V) basedir=../.. testdir=../ ./test.sh --all
Harald Hoyer 08211a
+	@$(MAKE) -s --no-print-directory -C ../.. all
Harald Hoyer 08211a
+	@V=$(V) basedir=../.. testdir=../ ./test.sh --all
Harald Hoyer 08211a
 setup:
Harald Hoyer 08211a
 	@$(MAKE) --no-print-directory -C ../.. all
Harald Hoyer 08211a
 	@basedir=../.. testdir=../ ./test.sh --setup
Harald Hoyer 08211a
diff --git a/test/TEST-50-MULTINIC/Makefile b/test/TEST-50-MULTINIC/Makefile
Harald Hoyer 08211a
index 3cc8993..aad2705 100644
Harald Hoyer 08211a
--- a/test/TEST-50-MULTINIC/Makefile
Harald Hoyer 08211a
+++ b/test/TEST-50-MULTINIC/Makefile
Harald Hoyer 08211a
@@ -1,6 +1,6 @@
Harald Hoyer 08211a
 all:
Harald Hoyer 08211a
-	$(MAKE) -s --no-print-directory -C ../.. all
Harald Hoyer 08211a
-	V=$(V) basedir=../.. testdir=../ ./test.sh --all
Harald Hoyer 08211a
+	@$(MAKE) -s --no-print-directory -C ../.. all
Harald Hoyer 08211a
+	@V=$(V) basedir=../.. testdir=../ ./test.sh --all
Harald Hoyer 08211a
 setup:
Harald Hoyer 08211a
 	@$(MAKE) --no-print-directory -C ../.. all
Harald Hoyer 08211a
 	@basedir=../.. testdir=../ ./test.sh --setup
Harald Hoyer 08211a
diff --git a/test/TEST-99-RPM/Makefile b/test/TEST-99-RPM/Makefile
Harald Hoyer 08211a
index 3cc8993..aad2705 100644
Harald Hoyer 08211a
--- a/test/TEST-99-RPM/Makefile
Harald Hoyer 08211a
+++ b/test/TEST-99-RPM/Makefile
Harald Hoyer 08211a
@@ -1,6 +1,6 @@
Harald Hoyer 08211a
 all:
Harald Hoyer 08211a
-	$(MAKE) -s --no-print-directory -C ../.. all
Harald Hoyer 08211a
-	V=$(V) basedir=../.. testdir=../ ./test.sh --all
Harald Hoyer 08211a
+	@$(MAKE) -s --no-print-directory -C ../.. all
Harald Hoyer 08211a
+	@V=$(V) basedir=../.. testdir=../ ./test.sh --all
Harald Hoyer 08211a
 setup:
Harald Hoyer 08211a
 	@$(MAKE) --no-print-directory -C ../.. all
Harald Hoyer 08211a
 	@basedir=../.. testdir=../ ./test.sh --setup