Skip to content

Commit f184c8e

Browse files
committed
unpack tar files silently
1 parent 1c64e4c commit f184c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ define define_module =
3838
$(build)/$($1_dir)/.canary: \
3939
$(packages)/.$1_verify \
4040
$(call outputs,$($1_depends))
41-
tar -xvf "$(packages)/$($1_tar)" -C "$(build)"
41+
tar -xf "$(packages)/$($1_tar)" -C "$(build)"
4242
touch "$$@"
4343

4444
# Copy our stored config file into the unpacked directory

0 commit comments

Comments
 (0)