summaryrefslogtreecommitdiffstats
path: root/package/pciutils
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/pciutils
parentbad642827254b85395c02e806a010e3c65cf551c (diff)
downloadbuildroot-novena-bb05a9ad46cd8c743ccdda99578ca424073f7a4d.tar.gz
buildroot-novena-bb05a9ad46cd8c743ccdda99578ca424073f7a4d.zip
Make the TAR_VERBOSITY option a bit more sane
Diffstat (limited to 'package/pciutils')
-rw-r--r--package/pciutils/pciutils.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pciutils/pciutils.mk b/package/pciutils/pciutils.mk
index feb159728..b9e77147c 100644
--- a/package/pciutils/pciutils.mk
+++ b/package/pciutils/pciutils.mk
@@ -23,7 +23,7 @@ $(DL_DIR)/$(PCIIDS_SOURCE):
pciutils-source: $(DL_DIR)/$(PCIUTILS_SOURCE) $(DL_DIR)/$(PCIIDS_SOURCE)
$(PCIUTILS_DIR)/.unpacked: $(DL_DIR)/$(PCIUTILS_SOURCE) $(DL_DIR)/$(PCIIDS_SOURCE)
- $(PCIUTILS_CAT) $(DL_DIR)/$(PCIUTILS_SOURCE) | tar -C $(BUILD_DIR) -x$(TAR_VERBOSITY)f -
+ $(PCIUTILS_CAT) $(DL_DIR)/$(PCIUTILS_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
$(PCIIDS_CAT) $(DL_DIR)/$(PCIIDS_SOURCE) > $(PCIUTILS_DIR)/pci.id
toolchain/patch-kernel.sh $(PCIUTILS_DIR) package/pciutils pciutils*.patch
touch $(PCIUTILS_DIR)/.unpacked