summaryrefslogtreecommitdiffstats
path: root/package/bison
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-10-09 19:05:40 +0000
committerMike Frysinger <vapier@gentoo.org>2004-10-09 19:05:40 +0000
commit3a7b4883665e0071614f2e12ab38b4b11a73bb8a (patch)
tree61eea098d4951daa5efc6642b92db5b307501958 /package/bison
parent1f41bb7738cdbad6195b045e83f7971b28a8263f (diff)
downloadbuildroot-novena-3a7b4883665e0071614f2e12ab38b4b11a73bb8a.tar.gz
buildroot-novena-3a7b4883665e0071614f2e12ab38b4b11a73bb8a.zip
use $(TAR_VERBOSITY)
Diffstat (limited to 'package/bison')
-rw-r--r--package/bison/bison.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/bison/bison.mk b/package/bison/bison.mk
index 7481b7688..67e4654ff 100644
--- a/package/bison/bison.mk
+++ b/package/bison/bison.mk
@@ -16,7 +16,7 @@ $(DL_DIR)/$(BISON_SOURCE):
bison-source: $(DL_DIR)/$(BISON_SOURCE)
$(BISON_DIR)/.unpacked: $(DL_DIR)/$(BISON_SOURCE)
- $(BISON_CAT) $(DL_DIR)/$(BISON_SOURCE) | tar -C $(BUILD_DIR) -xvf -
+ $(BISON_CAT) $(DL_DIR)/$(BISON_SOURCE) | tar -C $(BUILD_DIR) -x$(TAR_VERBOSITY)f -
touch $(BISON_DIR)/.unpacked
$(BISON_DIR)/.configured: $(BISON_DIR)/.unpacked