summaryrefslogtreecommitdiffstats
path: root/package/python
diff options
context:
space:
mode:
authorMike Frysinger2004-10-09 21:05:40 +0200
committerMike Frysinger2004-10-09 21:05:40 +0200
commit3a7b4883665e0071614f2e12ab38b4b11a73bb8a (patch)
tree61eea098d4951daa5efc6642b92db5b307501958 /package/python
parentsupport tar verbosity (diff)
downloadbuildroot-3a7b4883665e0071614f2e12ab38b4b11a73bb8a.tar.gz
buildroot-3a7b4883665e0071614f2e12ab38b4b11a73bb8a.tar.xz
buildroot-3a7b4883665e0071614f2e12ab38b4b11a73bb8a.zip
use $(TAR_VERBOSITY)
Diffstat (limited to 'package/python')
-rw-r--r--package/python/python.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python/python.mk b/package/python/python.mk
index f12e1f155..92139dca2 100644
--- a/package/python/python.mk
+++ b/package/python/python.mk
@@ -17,7 +17,7 @@ $(DL_DIR)/$(PYTHON_SOURCE):
python-source: $(DL_DIR)/$(PYTHON_SOURCE)
$(PYTHON_DIR)/.unpacked: $(DL_DIR)/$(PYTHON_SOURCE)
- $(PYTHON_CAT) $(DL_DIR)/$(PYTHON_SOURCE) | tar -C $(BUILD_DIR) -xvf -
+ $(PYTHON_CAT) $(DL_DIR)/$(PYTHON_SOURCE) | tar -C $(BUILD_DIR) -x$(TAR_VERBOSITY)f -
touch $(PYTHON_DIR)/.unpacked
$(PYTHON_DIR)/.patched: $(PYTHON_DIR)/.unpacked