summaryrefslogtreecommitdiffstats
path: root/package/netkittelnet
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/netkittelnet
parentsupport tar verbosity (diff)
downloadbuildroot-3a7b4883665e0071614f2e12ab38b4b11a73bb8a.tar.gz
buildroot-3a7b4883665e0071614f2e12ab38b4b11a73bb8a.tar.xz
buildroot-3a7b4883665e0071614f2e12ab38b4b11a73bb8a.zip
use $(TAR_VERBOSITY)
Diffstat (limited to 'package/netkittelnet')
-rw-r--r--package/netkittelnet/netkittelnet.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/netkittelnet/netkittelnet.mk b/package/netkittelnet/netkittelnet.mk
index 9243b4c6f..25e248038 100644
--- a/package/netkittelnet/netkittelnet.mk
+++ b/package/netkittelnet/netkittelnet.mk
@@ -16,7 +16,7 @@ $(DL_DIR)/$(NETKITTELNET_SOURCE):
netkittelnet-source: $(DL_DIR)/$(NETKITTELNET_SOURCE)
$(NETKITTELNET_DIR)/.unpacked: $(DL_DIR)/$(NETKITTELNET_SOURCE)
- $(NETKITTELNET_CAT) $(DL_DIR)/$(NETKITTELNET_SOURCE) | tar -C $(BUILD_DIR) -xvf -
+ $(NETKITTELNET_CAT) $(DL_DIR)/$(NETKITTELNET_SOURCE) | tar -C $(BUILD_DIR) -x$(TAR_VERBOSITY)f -
# use ANSI syntax
$(SED) "s/main()/main(void)/;" $(NETKITTELNET_DIR)/configure
# Disable termcap support