qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RFC PATCH] Makefile: include gtags in UNCHECKED_GOALS


From: Paolo Bonzini
Subject: Re: [RFC PATCH] Makefile: include gtags in UNCHECKED_GOALS
Date: Thu, 11 May 2023 19:02:16 +0200



Il gio 11 mag 2023, 18:56 Alex Bennée <alex.bennee@linaro.org> ha scritto:
This is the mechanism we use to avoid defaulting to a build dir when
we don't need to.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

I had already squashed this into Steven Sistare's recently posted patch, which otherwise would have broken the "pages" job in CI.

Paolo

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index e421f8a1f4..c566aeb418 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ quiet-command-run = $(if $(V),,$(if $2,printf "  %-7s %s\n" $2 $3 && ))$1
 quiet-@ = $(if $(V),,@)
 quiet-command = $(quiet-@)$(call quiet-command-run,$1,$2,$3)

-UNCHECKED_GOALS := %clean TAGS cscope ctags dist \
+UNCHECKED_GOALS := %clean TAGS cscope ctags gtags dist \
     help check-help print-% \
     docker docker-% vm-help vm-test vm-build-%

--
2.39.2


reply via email to

[Prev in Thread] Current Thread [Next in Thread]