mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
use $(TAR_VERBOSITY)
This commit is contained in:
@@ -31,7 +31,7 @@ $(DL_DIR)/$(JPEG_SOURCE):
|
||||
jpeg-source: $(DL_DIR)/$(JPEG_SOURCE)
|
||||
|
||||
$(JPEG_DIR)/.unpacked: $(DL_DIR)/$(JPEG_SOURCE)
|
||||
$(JPEG_CAT) $(DL_DIR)/$(JPEG_SOURCE) | tar -C $(BUILD_DIR) -xvf -
|
||||
$(JPEG_CAT) $(DL_DIR)/$(JPEG_SOURCE) | tar -C $(BUILD_DIR) -x$(TAR_VERBOSITY)f -
|
||||
# The config.guess distributed with the package is not able
|
||||
# to handle cross compilation. Use the one from binutils.
|
||||
cp $(BINUTILS_DIR)/config.guess $(JPEG_DIR)/
|
||||
|
||||
Reference in New Issue
Block a user