mirror of
https://github.com/linuxboot/linuxboot
synced 2024-11-21 15:50:58 +00:00
unpack tar files silently
This commit is contained in:
parent
1c64e4ce09
commit
f184c8e7f9
2
Makefile
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user