Re: [PATCH v2] scripts/tags.sh: fix "make COMPILED_SOURCE=1 cscope" command ends up with *.rlib, *.rmeta, *.so filenames in cscope.files
From: Miguel Ojeda
Date: Sat May 30 2026 - 06:18:57 EST
On Sat, May 30, 2026 at 10:58 AM Sergei Litvin <litvindev@xxxxxxxxx> wrote:
>
> When executing the command `make COMPILED_SOURCE=1 cscope`, the `cscope.files`
> file generated by it includes filenames with the extensions *.rlib, *.rmeta,
> and *.so (taken from *.cmd files, which, in turn, are generated from *.d
> dependency files by the `fixdep` utility).
The commit message does not say "what" has changed (or "how"), only
the "why" (which is the most important part, but still... :)
In addition, please provide a changelog after the `---` line, i.e. why
did the patch change from v1? For instance, was it due to Sashiko's
feedback? Something else?
Finally, Cc'ing Kbuild.
Cheers,
Miguel