use $(TAR_VERBOSITY)

This commit is contained in:
Mike Frysinger
2004-10-09 19:05:40 +00:00
parent 1f41bb7738
commit 3a7b488366
82 changed files with 85 additions and 85 deletions

View File

@@ -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)/