summaryrefslogtreecommitdiffstats
path: root/package/bzip2
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/bzip2
parentbad642827254b85395c02e806a010e3c65cf551c (diff)
downloadbuildroot-novena-bb05a9ad46cd8c743ccdda99578ca424073f7a4d.tar.gz
buildroot-novena-bb05a9ad46cd8c743ccdda99578ca424073f7a4d.zip
Make the TAR_VERBOSITY option a bit more sane
Diffstat (limited to 'package/bzip2')
-rw-r--r--package/bzip2/bzip2.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/bzip2/bzip2.mk b/package/bzip2/bzip2.mk
index 0a5538e5c..95bd7941d 100644
--- a/package/bzip2/bzip2.mk
+++ b/package/bzip2/bzip2.mk
@@ -16,7 +16,7 @@ $(DL_DIR)/$(BZIP2_SOURCE):
bzip2-source: $(DL_DIR)/$(BZIP2_SOURCE)
$(BZIP2_DIR)/.unpacked: $(DL_DIR)/$(BZIP2_SOURCE)
- $(BZIP2_CAT) $(DL_DIR)/$(BZIP2_SOURCE) | tar -C $(BUILD_DIR) -x$(TAR_VERBOSITY)f -
+ $(BZIP2_CAT) $(DL_DIR)/$(BZIP2_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
$(SED) "s,ln \$$(,ln -sf \$$(,g" $(BZIP2_DIR)/Makefile
$(SED) "s,ln -s (lib.*),ln -sf \$$1 ; ln -sf libbz2.so.1.0.2 libbz2.so,g" \
$(BZIP2_DIR)/Makefile-libbz2_so