* [PATCH] Makefile: add file entry to ctags
@ 2023-05-19 3:27 Fei Wu
0 siblings, 0 replies; only message in thread
From: Fei Wu @ 2023-05-19 3:27 UTC (permalink / raw)
To: qemu-devel, alex.bennee, pbonzini, thuth; +Cc: Fei Wu
It's more convenient to jump among files with --extra=+fq.
Signed-off-by: Fei Wu <fei2.wu@intel.com>
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 3c7d67142f..ffb3bcd4f4 100644
--- a/Makefile
+++ b/Makefile
@@ -239,8 +239,8 @@ ctags:
rm -f "$(SRC_PATH)/"tags, \
"CTAGS", "Remove old tags")
$(call quiet-command, \
- $(find-src-path) -exec ctags \
- -f "$(SRC_PATH)/"tags --append {} +, \
+ $(find-src-path) -exec ctags --extra=+fq \
+ -f "$(SRC_PATH)/"tags --append {} +, \
"CTAGS", "Re-index $(SRC_PATH)")
.PHONY: gtags
--
2.25.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-05-19 3:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-19 3:27 [PATCH] Makefile: add file entry to ctags Fei Wu
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).