From: Fei Wu <fei2.wu@intel.com>
To: qemu-devel@nongnu.org, alex.bennee@linaro.org,
pbonzini@redhat.com, thuth@redhat.com
Cc: Fei Wu <fei2.wu@intel.com>
Subject: [PATCH] Makefile: add file entry to ctags
Date: Fri, 19 May 2023 11:27:16 +0800 [thread overview]
Message-ID: <20230519032716.1477615-1-fei2.wu@intel.com> (raw)
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
reply other threads:[~2023-05-19 3:25 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230519032716.1477615-1-fei2.wu@intel.com \
--to=fei2.wu@intel.com \
--cc=alex.bennee@linaro.org \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=thuth@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).