From bb05a9ad46cd8c743ccdda99578ca424073f7a4d Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 9 Oct 2004 21:19:47 +0000 Subject: Make the TAR_VERBOSITY option a bit more sane --- package/jpeg/jpeg.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/jpeg') diff --git a/package/jpeg/jpeg.mk b/package/jpeg/jpeg.mk index 7ae8d90c6..0410e0754 100644 --- a/package/jpeg/jpeg.mk +++ b/package/jpeg/jpeg.mk @@ -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)/ -- cgit v1.2.3-55-g7522