summaryrefslogtreecommitdiffstats
path: root/package/jpeg
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-10-09 21:19:47 +0000
committerEric Andersen <andersen@codepoet.org>2004-10-09 21:19:47 +0000
commitbb05a9ad46cd8c743ccdda99578ca424073f7a4d (patch)
treeea4e25b4fb8714ca2bc89e634f5ba94845f50318 /package/jpeg
parentbad642827254b85395c02e806a010e3c65cf551c (diff)
downloadbuildroot-novena-bb05a9ad46cd8c743ccdda99578ca424073f7a4d.tar.gz
buildroot-novena-bb05a9ad46cd8c743ccdda99578ca424073f7a4d.zip
Make the TAR_VERBOSITY option a bit more sane
Diffstat (limited to 'package/jpeg')
-rw-r--r--package/jpeg/jpeg.mk2
1 files changed, 1 insertions, 1 deletions
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)/