* [RFC PATCH] Makefile: include gtags in UNCHECKED_GOALS
@ 2023-05-11 16:56 Alex Bennée
2023-05-11 17:02 ` Paolo Bonzini
0 siblings, 1 reply; 3+ messages in thread
From: Alex Bennée @ 2023-05-11 16:56 UTC (permalink / raw)
To: qemu-devel; +Cc: Alex Bennée, Paolo Bonzini, Thomas Huth
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>
---
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [RFC PATCH] Makefile: include gtags in UNCHECKED_GOALS
2023-05-11 16:56 [RFC PATCH] Makefile: include gtags in UNCHECKED_GOALS Alex Bennée
@ 2023-05-11 17:02 ` Paolo Bonzini
2023-05-11 17:14 ` Alex Bennée
0 siblings, 1 reply; 3+ messages in thread
From: Paolo Bonzini @ 2023-05-11 17:02 UTC (permalink / raw)
To: Alex Bennée; +Cc: qemu-devel, Thomas Huth
[-- Attachment #1: Type: text/plain, Size: 988 bytes --]
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
>
>
[-- Attachment #2: Type: text/html, Size: 1723 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [RFC PATCH] Makefile: include gtags in UNCHECKED_GOALS
2023-05-11 17:02 ` Paolo Bonzini
@ 2023-05-11 17:14 ` Alex Bennée
0 siblings, 0 replies; 3+ messages in thread
From: Alex Bennée @ 2023-05-11 17:14 UTC (permalink / raw)
To: Paolo Bonzini; +Cc: qemu-devel, Thomas Huth
Paolo Bonzini <pbonzini@redhat.com> writes:
> 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.
\o/
--
Alex Bennée
Virtualisation Tech Lead @ Linaro
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-05-11 17:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-11 16:56 [RFC PATCH] Makefile: include gtags in UNCHECKED_GOALS Alex Bennée
2023-05-11 17:02 ` Paolo Bonzini
2023-05-11 17:14 ` Alex Bennée
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).