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

From: Breno Leitao

Date: Wed Jul 08 2026 - 08:24:41 EST


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 <gustavold@xxxxxxxxx>

Reviewed-by: Breno Leitao <leitao@xxxxxxxxxx>