From e4dc0c4c1619f55b104740e7af7356bf106c0c76 Mon Sep 17 00:00:00 2001 From: Erik Skultety Date: Mon, 17 Aug 2020 08:47:42 +0200 Subject: [PATCH] build-aux: Get rid of 'make syntax-check' reference Change the 'make syntax-check' reference after the switch to meson/ninja. Signed-off-by: Erik Skultety --- 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.47.2