From f184c8e7f989446b1ff6073e60efd89c3ccfa31b Mon Sep 17 00:00:00 2001 From: Trammell Hudson Date: Wed, 3 Aug 2016 08:52:23 -0400 Subject: [PATCH] unpack tar files silently --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 261f60d..9a56033 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ define define_module = $(build)/$($1_dir)/.canary: \ $(packages)/.$1_verify \ $(call outputs,$($1_depends)) - tar -xvf "$(packages)/$($1_tar)" -C "$(build)" + tar -xf "$(packages)/$($1_tar)" -C "$(build)" touch "$$@" # Copy our stored config file into the unpacked directory