mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
Make the TAR_VERBOSITY option a bit more sane
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) -x$(TAR_VERBOSITY)f -
|
||||
$(JPEG_CAT) $(DL_DIR)/$(JPEG_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
|
||||
# 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