[libvirt PATCH] build-aux: Get rid of 'make syntax-check' reference

Erik Skultety posted 1 patch 3 years, 8 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/e4dc0c4c1619f55b104740e7af7356bf106c0c76.1597647021.git.eskultet@redhat.com
build-aux/syntax-check.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt PATCH] build-aux: Get rid of 'make syntax-check' reference
Posted by Erik Skultety 3 years, 8 months ago
Change the 'make syntax-check' reference after the switch to
meson/ninja.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
---
This is a follow-up to
https://www.redhat.com/archives/libvir-list/2020-August/msg00328.html.

Pushed as trivial.

 build-aux/syntax-check.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-aux/syntax-check.mk b/build-aux/syntax-check.mk
index 6eb59cf90e..16c70750e8 100644
--- a/build-aux/syntax-check.mk
+++ b/build-aux/syntax-check.mk
@@ -675,7 +675,7 @@ msg_gen_function += virReportErrorHelper
 msg_gen_function += virReportSystemError
 msg_gen_function += virLastErrorPrefixMessage

-# Uncomment the following and run "make syntax-check" to see diagnostics
+# Uncomment the following and run "ninja test" to see diagnostics
 # that are not yet marked for translation, but that need to be rewritten
 # so that they are translatable.
 # msg_gen_function += fprintf
--
2.26.2