From b2485c4ad725fede184b877a753900fd9a37a135 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Fri, 14 Dec 2018 14:10:48 +0000 Subject: [PATCH] cfg.mk: silence the group-qemu-caps command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A missing $(AM_V_GEN) meant the raw command was printed by mistake. Signed-off-by: Daniel P. Berrangé --- 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: \ -- GitLab