From f1855594a20cb55fae79508d84f6e202e4492af0 Mon Sep 17 00:00:00 2001 From: Archana Shinde Date: Mon, 30 Jan 2023 15:39:28 -0800 Subject: [PATCH] make: Get rid of verbose output while creating tar We already have verbose output while merging the builds from various build targets. Getting rid of verbose output to speed up. Signed-off-by: Archana Shinde --- tools/packaging/kata-deploy/local-build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/packaging/kata-deploy/local-build/Makefile b/tools/packaging/kata-deploy/local-build/Makefile index de831e1fe7..3e391f48e1 100644 --- a/tools/packaging/kata-deploy/local-build/Makefile +++ b/tools/packaging/kata-deploy/local-build/Makefile @@ -76,4 +76,4 @@ merge-builds: $(MK_DIR)/kata-deploy-merge-builds.sh build install-tarball: - tar -xvf ./kata-static.tar.xz -C / + tar -xf ./kata-static.tar.xz -C /