summaryrefslogtreecommitdiff
path: root/package/hotplug
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/hotplug
parent1f41bb7738cdbad6195b045e83f7971b28a8263f (diff)
use $(TAR_VERBOSITY)
Diffstat (limited to 'package/hotplug')
-rw-r--r--package/hotplug/hotplug.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hotplug/hotplug.mk b/package/hotplug/hotplug.mk
index ef38deec3..0b405bec4 100644
--- a/package/hotplug/hotplug.mk
+++ b/package/hotplug/hotplug.mk
@@ -11,7 +11,7 @@ $(DL_DIR)/$(HOTPLUG_SOURCE):
$(WGET) -P $(DL_DIR) $(HOTPLUG_SITE)/$(HOTPLUG_SOURCE)
$(HOTPLUG_DIR): $(DL_DIR)/$(HOTPLUG_SOURCE)
- zcat $(DL_DIR)/$(HOTPLUG_SOURCE) | tar -C $(BUILD_DIR) -xvf -
+ zcat $(DL_DIR)/$(HOTPLUG_SOURCE) | tar -C $(BUILD_DIR) -x$(TAR_VERBOSITY)f -
toolchain/patch-kernel.sh $(HOTPLUG_DIR) package/hotplug/ hotplug\*.patch
$(HOTPLUG_DIR)/hotplug: $(HOTPLUG_DIR)