[libvirt] [PATCH] cfg.mk: silence the group-qemu-caps command

14 Dec
2018
14 Dec
'18
9:11 a.m.
A missing $(AM_V_GEN) meant the raw command was printed by mistake. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- Pushed as a trivial change cfg.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: \ -- 2.19.2
2461
Age (days ago)
2461
Last active (days ago)
0 comments
1 participants
participants (1)
-
Daniel P. Berrangé