From: Daniel P. Berrangé Date: Fri, 14 Dec 2018 14:10:48 +0000 (+0000) Subject: cfg.mk: silence the group-qemu-caps command X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=b2485c4ad725fede184b877a753900fd9a37a135;p=libvirt.git cfg.mk: silence the group-qemu-caps command A missing $(AM_V_GEN) meant the raw command was printed by mistake. Signed-off-by: Daniel P. Berrangé --- diff --git a/cfg.mk b/cfg.mk index c739edf604..4da6dc8f6e 100644 --- a/cfg.mk +++ b/cfg.mk @@ -1149,7 +1149,7 @@ test-wrap-argv: $(PERL) $(top_srcdir)/tests/test-wrap-argv.pl --check $$files group-qemu-caps: - $(PERL) $(top_srcdir)/tests/group-qemu-caps.pl --check $(top_srcdir)/ + $(AM_V_GEN)$(PERL) $(top_srcdir)/tests/group-qemu-caps.pl --check $(top_srcdir)/ # sc_po_check can fail if generated files are not built first sc_po_check: \