Linux-KBuild Archive mirror
 help / color / mirror / Atom feed
From: Masahiro Yamada <masahiroy@kernel.org>
To: Masatake YAMATO <yamato@redhat.com>
Cc: linux-kbuild@vger.kernel.org
Subject: Re: [PATCH] scripts/tags.sh: allow to use alternative ctags implementation
Date: Fri, 6 Jun 2025 05:02:32 +0900	[thread overview]
Message-ID: <CAK7LNASeTNoeWfEh=OVY=yAp0r0psDtEk3OMrspOC=O=HC9+Ew@mail.gmail.com> (raw)
In-Reply-To: <20250529194633.3029895-1-yamato@redhat.com>

On Fri, May 30, 2025 at 4:46 AM Masatake YAMATO <yamato@redhat.com> wrote:
>
> Some ctags implementations are available. With this change, You can
> specify your favorite one with CTAGS environment variable.
>
> Signed-off-by: Masatake YAMATO <yamato@redhat.com>

Applied to linux-kbuild.
Thanks.


> ---
>  scripts/tags.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/tags.sh b/scripts/tags.sh
> index 98680e9cd7be..99ce427d9a69 100755
> --- a/scripts/tags.sh
> +++ b/scripts/tags.sh
> @@ -344,7 +344,7 @@ case "$1" in
>
>         "tags")
>                 rm -f tags
> -               xtags ctags
> +               xtags ${CTAGS:-ctags}
>                 remove_structs=y
>                 ;;
>
> --
> 2.49.0
>
>


-- 
Best Regards
Masahiro Yamada

      reply	other threads:[~2025-06-05 20:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-29 19:46 [PATCH] scripts/tags.sh: allow to use alternative ctags implementation Masatake YAMATO
2025-06-05 20:02 ` Masahiro Yamada [this message]

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='CAK7LNASeTNoeWfEh=OVY=yAp0r0psDtEk3OMrspOC=O=HC9+Ew@mail.gmail.com' \
    --to=masahiroy@kernel.org \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=yamato@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 read-only IMAP folder(s) and NNTP newsgroup(s).