提交 addcebc7 编写于 作者: D Daniel P. Berrange

tools: make wireshark build quiet

Use $(AM_V_GEN) when running wireshark related tools
Signed-off-by: NDaniel P. Berrange <berrange@redhat.com>
上级 404d3632
......@@ -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 \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册