diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-10-09 21:19:47 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-10-09 21:19:47 +0000 |
commit | bb05a9ad46cd8c743ccdda99578ca424073f7a4d (patch) | |
tree | ea4e25b4fb8714ca2bc89e634f5ba94845f50318 /package/jpeg/jpeg.mk | |
parent | bad642827254b85395c02e806a010e3c65cf551c (diff) |
Make the TAR_VERBOSITY option a bit more sane
Diffstat (limited to 'package/jpeg/jpeg.mk')
-rw-r--r-- | package/jpeg/jpeg.mk | 2 |
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)/ |