mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
use $(TAR_VERBOSITY)
This commit is contained in:
@@ -12,7 +12,7 @@ $(DL_DIR)/$(OPENSSH_SOURCE):
|
||||
$(WGET) -P $(DL_DIR) $(OPENSSH_SITE)/$(OPENSSH_SOURCE)
|
||||
|
||||
$(OPENSSH_DIR)/.unpacked: $(DL_DIR)/$(OPENSSH_SOURCE)
|
||||
zcat $(DL_DIR)/$(OPENSSH_SOURCE) | tar -C $(BUILD_DIR) -xvf -
|
||||
zcat $(DL_DIR)/$(OPENSSH_SOURCE) | tar -C $(BUILD_DIR) -x$(TAR_VERBOSITY)f -
|
||||
toolchain/patch-kernel.sh $(OPENSSH_DIR) package/openssh/ openssh\*.patch
|
||||
touch $(OPENSSH_DIR)/.unpacked
|
||||
|
||||
|
||||
Reference in New Issue
Block a user