summaryrefslogtreecommitdiffstats
path: root/rules/iptables.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2012-09-06 12:43:27 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-09-06 12:48:27 +0200
commita1c4d05ff23a347be78644ca741072498a682530 (patch)
treea31fc56fc9a71d7f7f72b6d0e459eae1ece61c8c /rules/iptables.make
parentf5d17d80fa8994ad270801828121a61d2c21faa4 (diff)
downloadptxdist-a1c4d05ff23a347be78644ca741072498a682530.tar.gz
ptxdist-a1c4d05ff23a347be78644ca741072498a682530.tar.xz
iptables: be more quiet in targetinstall stage
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/iptables.make')
-rw-r--r--rules/iptables.make5
1 files changed, 2 insertions, 3 deletions
diff --git a/rules/iptables.make b/rules/iptables.make
index e08652401..98f4c97fa 100644
--- a/rules/iptables.make
+++ b/rules/iptables.make
@@ -92,8 +92,7 @@ ifdef PTXCONF_IPTABLES_IPV6
$(call install_copy, iptables, 0, 0, 0644, -, \
/usr/lib/$$file); \
done
- $(call install_lib, iptables, 0, 0, 0644, libip6tc)
-
+ @$(call install_lib, iptables, 0, 0, 0644, libip6tc)
endif
ifdef PTXCONF_IPTABLES_IPV4
@@ -103,7 +102,7 @@ ifdef PTXCONF_IPTABLES_IPV4
$(call install_copy, iptables, 0, 0, 0644, -,\
/usr/lib/$$file); \
done
- $(call install_lib, iptables, 0, 0, 0644, libip4tc)
+ @$(call install_lib, iptables, 0, 0, 0644, libip4tc)
endif
ifdef PTXCONF_IPTABLES_INSTALL_TOOLS