summaryrefslogtreecommitdiffstats
path: root/package/netkitbase
diff options
context:
space:
mode:
authorEric Andersen2004-10-09 23:19:47 +0200
committerEric Andersen2004-10-09 23:19:47 +0200
commitbb05a9ad46cd8c743ccdda99578ca424073f7a4d (patch)
treeea4e25b4fb8714ca2bc89e634f5ba94845f50318 /package/netkitbase
parentDon't use a string to do the job of a bool (diff)
downloadbuildroot-bb05a9ad46cd8c743ccdda99578ca424073f7a4d.tar.gz
buildroot-bb05a9ad46cd8c743ccdda99578ca424073f7a4d.tar.xz
buildroot-bb05a9ad46cd8c743ccdda99578ca424073f7a4d.zip
Make the TAR_VERBOSITY option a bit more sane
Diffstat (limited to 'package/netkitbase')
-rw-r--r--package/netkitbase/netkitbase.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/netkitbase/netkitbase.mk b/package/netkitbase/netkitbase.mk
index 04ce506b1..daeaa5e56 100644
--- a/package/netkitbase/netkitbase.mk
+++ b/package/netkitbase/netkitbase.mk
@@ -16,7 +16,7 @@ $(DL_DIR)/$(NETKITBASE_SOURCE):
netkitbase-source: $(DL_DIR)/$(NETKITBASE_SOURCE)
$(NETKITBASE_DIR)/.unpacked: $(DL_DIR)/$(NETKITBASE_SOURCE)
- $(NETKITBASE_CAT) $(DL_DIR)/$(NETKITBASE_SOURCE) | tar -C $(BUILD_DIR) -x$(TAR_VERBOSITY)f -
+ $(NETKITBASE_CAT) $(DL_DIR)/$(NETKITBASE_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
# use ANSI syntax
$(SED) "s/main()/main(void)/;" $(NETKITBASE_DIR)/configure
# don't try to run cross compiled binaries while configuring things