mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-10 10:10:28 +03:00
Make the TAR_VERBOSITY option a bit more sane
This commit is contained in:
@@ -17,7 +17,7 @@ $(DL_DIR)/$(PYTHON_SOURCE):
|
||||
python-source: $(DL_DIR)/$(PYTHON_SOURCE)
|
||||
|
||||
$(PYTHON_DIR)/.unpacked: $(DL_DIR)/$(PYTHON_SOURCE)
|
||||
$(PYTHON_CAT) $(DL_DIR)/$(PYTHON_SOURCE) | tar -C $(BUILD_DIR) -x$(TAR_VERBOSITY)f -
|
||||
$(PYTHON_CAT) $(DL_DIR)/$(PYTHON_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
|
||||
touch $(PYTHON_DIR)/.unpacked
|
||||
|
||||
$(PYTHON_DIR)/.patched: $(PYTHON_DIR)/.unpacked
|
||||
|
||||
Reference in New Issue
Block a user