diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-09 19:05:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-09 19:05:40 +0000 |
commit | 3a7b4883665e0071614f2e12ab38b4b11a73bb8a (patch) | |
tree | 61eea098d4951daa5efc6642b92db5b307501958 /package/iptables/iptables.mk | |
parent | 1f41bb7738cdbad6195b045e83f7971b28a8263f (diff) | |
download | buildroot-novena-3a7b4883665e0071614f2e12ab38b4b11a73bb8a.tar.gz buildroot-novena-3a7b4883665e0071614f2e12ab38b4b11a73bb8a.zip |
use $(TAR_VERBOSITY)
Diffstat (limited to 'package/iptables/iptables.mk')
-rw-r--r-- | package/iptables/iptables.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iptables/iptables.mk b/package/iptables/iptables.mk index dac8c0170..69a5802b0 100644 --- a/package/iptables/iptables.mk +++ b/package/iptables/iptables.mk @@ -11,7 +11,7 @@ $(DL_DIR)/$(IPTABLES_SOURCE): $(WGET) -P $(DL_DIR) $(IPTABLES_SOURCE_URL)/$(IPTABLES_SOURCE) $(IPTABLES_BUILD_DIR)/.unpacked: $(DL_DIR)/$(IPTABLES_SOURCE) - bzcat $(DL_DIR)/$(IPTABLES_SOURCE) | tar -C $(BUILD_DIR) -xvf - + bzcat $(DL_DIR)/$(IPTABLES_SOURCE) | tar -C $(BUILD_DIR) -x$(TAR_VERBOSITY)f - touch $(IPTABLES_BUILD_DIR)/.unpacked $(IPTABLES_BUILD_DIR)/.configured: $(IPTABLES_BUILD_DIR)/.unpacked |