We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c64e4c commit f184c8eCopy full SHA for f184c8e
Makefile
@@ -38,7 +38,7 @@ define define_module =
38
$(build)/$($1_dir)/.canary: \
39
$(packages)/.$1_verify \
40
$(call outputs,$($1_depends))
41
- tar -xvf "$(packages)/$($1_tar)" -C "$(build)"
+ tar -xf "$(packages)/$($1_tar)" -C "$(build)"
42
touch "$$@"
43
44
# Copy our stored config file into the unpacked directory
0 commit comments