[libvirt] [PATCH] tools: make wireshark build quiet

Daniel P. Berrange posted 1 patch 6 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20170804171240.15945-1-berrange@redhat.com
tools/Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[libvirt] [PATCH] tools: make wireshark build quiet
Posted by Daniel P. Berrange 6 years, 8 months ago
Use $(AM_V_GEN) when running wireshark related tools

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
---
 tools/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/Makefile.am b/tools/Makefile.am
index 345521457..ffa8c3e19 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -439,7 +439,7 @@ wireshark/src/packet-libvirt.c: wireshark/src/packet-libvirt.h \
 		wireshark/src/libvirt/protocol.h
 
 wireshark/src/plugin.c: wireshark/src/packet-libvirt.c
-	cd wireshark/src && \
+	$(AM_V_GEN)cd wireshark/src && \
 		$(abs_top_srcdir)/tools/wireshark/util/make-dissector-reg \
 		. plugin packet-libvirt.c
 
@@ -451,7 +451,7 @@ WS_DISSECTOR_PROTO_FILES  = \
 
 wireshark/src/libvirt/protocol.h: wireshark/util/genxdrstub.pl \
 		$(WS_DISSECTOR_PROTO_FILES)
-	$(MKDIR_P) wireshark/src/libvirt
+	$(AM_V_GEN)$(MKDIR_P) wireshark/src/libvirt && \
 	cd wireshark/src && \
 	LIBVIRT_VERSION=$(LIBVIRT_VERSION) \
 		  $(PERL) $(abs_top_srcdir)/tools/wireshark/util/genxdrstub.pl \
-- 
2.13.3

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] tools: make wireshark build quiet
Posted by Laine Stump 6 years, 8 months ago
On 08/04/2017 01:12 PM, Daniel P. Berrange wrote:
> Use $(AM_V_GEN) when running wireshark related tools

ACK.

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list