[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[RFC PATCH] Makefile: include gtags in UNCHECKED_GOALS
|
From: |
Alex Bennée |
|
Subject: |
[RFC PATCH] Makefile: include gtags in UNCHECKED_GOALS |
|
Date: |
Thu, 11 May 2023 17:56:40 +0100 |
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
- [RFC PATCH] Makefile: include gtags in UNCHECKED_GOALS,
Alex Bennée <=