Messages in this thread |  | | From | Miguel Ojeda <> | | Date | Sat, 10 Aug 2024 12:33:32 +0200 | | Subject | Re: [PATCH 1/2] selftests: rust: config: add trailing newline |
| |
On Fri, Aug 2, 2024 at 2:45 PM Anders Roxell <anders.roxell@linaro.org> wrote: > > If adding multiple config files to the merge_config.sh script and > rust/config is the fist one, then the last config fragment in this file > and the first config fragment in the second file wont be set, since > there isn't a newline in this file, so those two fragements end up at > the same row like: > CONFIG_SAMPLE_RUST_PRINT=mCONFIG_FRAGMENT=y > > And non of those will be enabled when running 'olddefconfig' after. > > Fixing the issue by adding a newline to the file.
Could `merge_config.sh` be improved too?
Shuah, if you plan to pick this:
Acked-by: Miguel Ojeda <ojeda@kernel.org>
Thanks!
Cheers, Miguel
|  |