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:
@@ -16,7 +16,7 @@ $(DL_DIR)/$(GNUPATCH_SOURCE):
|
||||
patch-source: $(DL_DIR)/$(GNUPATCH_SOURCE)
|
||||
|
||||
$(GNUPATCH_DIR)/.unpacked: $(DL_DIR)/$(GNUPATCH_SOURCE)
|
||||
$(GNUPATCH_CAT) $(DL_DIR)/$(GNUPATCH_SOURCE) | tar -C $(BUILD_DIR) -xvf -
|
||||
$(GNUPATCH_CAT) $(DL_DIR)/$(GNUPATCH_SOURCE) | tar -C $(BUILD_DIR) -x$(TAR_VERBOSITY)f -
|
||||
touch $(GNUPATCH_DIR)/.unpacked
|
||||
|
||||
$(GNUPATCH_DIR)/.configured: $(GNUPATCH_DIR)/.unpacked
|
||||
|
||||
Reference in New Issue
Block a user