Re: [PATCH] scripts: kconfig: merge_config.sh: keep temp file in the output dir

Breno Leitao <[email protected]> Wed, 8 Jul 2026 05:18:34 -0700
Newsgroups gmane.linux.kernel,gmane.linux.kbuild.devel
Message-ID <[email protected]>
On Wed, Jul 08, 2026 at 04:04:54AM -0700, Gustavo Luiz Duarte wrote:
> merge_config.sh currently creates a temporary file in the current
> directory. Create it under $OUTPUT instead, which allows running the
> script against a read-only source tree.
> 
> The default behavior is unchanged: $OUTPUT is "." so the file stays in
> the cwd.
> 
> Signed-off-by: Gustavo Luiz Duarte <[email protected]>

Reviewed-by: Breno Leitao <[email protected]>