Skip to content

Commit

Permalink
unpack tar files silently
Browse files Browse the repository at this point in the history
  • Loading branch information
osresearch committed Aug 3, 2016
1 parent 1c64e4c commit f184c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f184c8e

Please sign in to comment.