summaryrefslogtreecommitdiffstats
path: root/package/coreutils
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/coreutils
parentbad642827254b85395c02e806a010e3c65cf551c (diff)
downloadbuildroot-novena-bb05a9ad46cd8c743ccdda99578ca424073f7a4d.tar.gz
buildroot-novena-bb05a9ad46cd8c743ccdda99578ca424073f7a4d.zip
Make the TAR_VERBOSITY option a bit more sane
Diffstat (limited to 'package/coreutils')
-rw-r--r--package/coreutils/coreutils.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/coreutils/coreutils.mk b/package/coreutils/coreutils.mk
index 8c0a009b6..b19693223 100644
--- a/package/coreutils/coreutils.mk
+++ b/package/coreutils/coreutils.mk
@@ -18,7 +18,7 @@ $(DL_DIR)/$(COREUTILS_SOURCE):
coreutils-source: $(DL_DIR)/$(COREUTILS_SOURCE)
$(COREUTILS_DIR)/.unpacked: $(DL_DIR)/$(COREUTILS_SOURCE)
- $(COREUTILS_CAT) $(DL_DIR)/$(COREUTILS_SOURCE) | tar -C $(BUILD_DIR) -x$(TAR_VERBOSITY)f -
+ $(COREUTILS_CAT) $(DL_DIR)/$(COREUTILS_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
touch $(COREUTILS_DIR)/.unpacked
$(COREUTILS_DIR)/.configured: $(COREUTILS_DIR)/.unpacked