mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
Make the TAR_VERBOSITY option a bit more sane
This commit is contained in:
@@ -17,7 +17,7 @@ $(DL_DIR)/$(GNUTAR_SOURCE):
|
||||
tar-source: $(DL_DIR)/$(GNUTAR_SOURCE)
|
||||
|
||||
$(GNUTAR_DIR)/.unpacked: $(DL_DIR)/$(GNUTAR_SOURCE)
|
||||
$(GNUTAR_CAT) $(DL_DIR)/$(GNUTAR_SOURCE) | tar -C $(BUILD_DIR) -x$(TAR_VERBOSITY)f -
|
||||
$(GNUTAR_CAT) $(DL_DIR)/$(GNUTAR_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
|
||||
touch $(GNUTAR_DIR)/.unpacked
|
||||
|
||||
$(GNUTAR_DIR)/.configured: $(GNUTAR_DIR)/.unpacked
|
||||
|
||||
Reference in New Issue
Block a user