Make the TAR_VERBOSITY option a bit more sane

This commit is contained in:
Eric Andersen
2004-10-09 21:19:47 +00:00
parent bad6428272
commit bb05a9ad46
84 changed files with 88 additions and 88 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) -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)/