Re: [PATCH v2] scripts: kconfig: merge_config.sh: keep temp file in the output dir
Nicolas Schier <[email protected]> Mon, 13 Jul 2026 14:16:27 +0200
| Newsgroups | gmane.linux.kbuild.devel,gmane.linux.kernel |
|---|---|
| Organization | FRITZ! Technology GmbH |
| Message-ID | <20260713-practical-orange-doberman-a1baf7@l-nschier-aarch64> |
On Fri, Jul 10, 2026 at 07:03:33AM -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. > > Reviewed-by: Breno Leitao <[email protected]> > Signed-off-by: Gustavo Luiz Duarte <[email protected]> > --- > - Link to v1: https://lore.kernel.org/r/[email protected] > --- > scripts/kconfig/merge_config.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Thanks! Reviewed-by: Nicolas Schier <[email protected]> Tested-by: Nicolas Schier <[email protected]>