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 <archana.m.shinde@intel.com>
This commit is contained in:
Archana Shinde 2023-01-30 15:39:28 -08:00
parent c3836010a8
commit f1855594a2

View File

@ -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 /