mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
Make the TAR_VERBOSITY option a bit more sane
This commit is contained in:
@@ -14,7 +14,7 @@ $(DL_DIR)/$(LESS_SOURCE):
|
||||
$(WGET) -P $(DL_DIR) $(LESS_SITE)/$(LESS_SOURCE)
|
||||
|
||||
$(LESS_DIR)/.source: $(DL_DIR)/$(LESS_SOURCE)
|
||||
zcat $(DL_DIR)/$(LESS_SOURCE) | tar -C $(BUILD_DIR) -x$(TAR_VERBOSITY)f -
|
||||
zcat $(DL_DIR)/$(LESS_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
|
||||
touch $(LESS_DIR)/.source
|
||||
|
||||
$(LESS_DIR)/.configured: $(LESS_DIR)/.source
|
||||
|
||||
Reference in New Issue
Block a user