Anders Roxell
3819145e89
scripts: kconfig: merge_config: config files: add a trailing newline
...
[ Upstream commit 33330bcf031818e60a816db0cfd3add9eecc3b28 ]
When merging files without trailing newlines at the end of the file, two
config fragments end up at the same row if file1.config doens't have a
trailing newline at the end of the file.
file1.config "CONFIG_1=y"
file2.config "CONFIG_2=y"
./scripts/kconfig/merge_config.sh -m .config file1.config file2.config
This will generate a .config looking like this.
cat .config
...
CONFIG_1=yCONFIG_2=y"
Making sure so we add a newline at the end of every config file that is
passed into the script.
Signed-off-by: Anders Roxell <anders.roxell@linaro.org >
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org >
Signed-off-by: Sasha Levin <sashal@kernel.org >
(cherry picked from commit 6a130ec2f0646a8544308b6cf983269d5a2a7fa0)
Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com >
Signed-off-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com >
2025-12-17 19:43:25 +05:30
..
2017-08-10 01:01:03 +09:00
2019-06-11 12:21:51 +02:00
2025-12-16 20:47:29 +05:30
2025-12-17 19:35:43 +05:30
2019-12-05 15:37:04 +01:00
2017-11-02 11:10:55 +01:00
2025-12-17 19:43:25 +05:30
2017-03-28 16:16:52 +02:00
2025-12-17 15:26:43 +05:30
2018-05-30 07:52:21 +02:00
2025-12-17 10:56:35 +05:30
2021-08-15 13:03:31 +02:00
2017-06-23 14:17:38 -06:00
2018-05-30 07:52:17 +02:00
2025-12-17 12:56:51 +05:30
2021-06-03 08:36:11 +02:00
2017-05-14 11:20:44 +09:00
2018-06-14 17:07:45 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-05-18 16:04:11 -07:00
2017-05-18 16:04:11 -07:00
2017-05-18 16:04:11 -07:00
2017-11-02 11:10:55 +01:00
2022-04-28 11:46:08 +00:00
2019-06-25 11:36:53 +08:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-11-27 18:06:36 -08:00
2018-04-25 16:04:04 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-12-14 09:53:06 +01:00
2021-06-03 08:36:11 +02:00
2020-07-29 07:42:54 +02:00
2020-05-20 08:17:01 +02:00
2021-01-12 20:09:06 +01:00
2021-06-03 08:36:11 +02:00
2017-05-14 11:20:44 +09:00
2017-05-14 11:20:44 +09:00
2025-12-17 11:26:11 +05:30
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-02-07 11:12:17 -08:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2025-12-17 19:38:09 +05:30
2025-12-17 19:38:09 +05:30
2017-07-07 15:09:09 -07:00
2019-12-13 07:14:18 -08:00
2017-05-14 11:20:44 +09:00
2017-08-08 11:09:31 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-12-25 14:26:33 +01:00
2017-11-02 11:10:55 +01:00
2020-01-04 13:59:51 +01:00
2020-07-01 12:51:55 +02:00
2018-02-25 11:07:58 +01:00
2017-11-02 11:10:55 +01:00
2021-11-26 11:40:28 +01:00
2017-11-02 11:10:55 +01:00
2020-04-17 17:47:52 +05:30
2021-11-28 05:08:53 +00:00
2017-11-02 11:10:55 +01:00
2021-11-28 05:08:53 +00:00
2017-12-18 21:11:22 +05:30
2017-11-02 11:10:55 +01:00
2018-04-05 18:59:43 -07:00
2025-12-17 19:18:41 +05:30
2020-01-13 19:38:49 +00:00
2017-11-02 11:10:55 +01:00
2022-10-03 05:30:10 +00:00
2019-07-10 09:14:22 -07:00
2020-01-13 19:38:49 +00:00
2025-12-17 00:32:45 +05:30
2017-11-02 11:10:55 +01:00
2017-12-18 21:11:22 +05:30
2025-12-17 00:46:15 +05:30
2017-11-02 11:10:55 +01:00
2018-02-07 06:44:09 -08:00
2017-11-02 11:10:55 +01:00
2017-05-14 11:20:44 +09:00
2025-12-17 17:54:51 +05:30
2017-11-02 11:10:55 +01:00
2025-12-17 01:06:52 +05:30
2017-11-02 11:10:55 +01:00
2017-03-13 09:40:28 -07:00
2025-12-13 18:55:10 +05:30
2020-07-24 14:27:27 +00:00
2019-10-29 09:16:59 +01:00
2017-03-11 11:13:38 +09:00
2020-04-02 16:34:15 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2025-12-17 14:06:48 +05:30
2019-07-31 07:28:53 +02:00
2022-01-05 12:33:48 +01:00
2022-07-29 21:24:29 +05:30
2021-06-03 08:36:11 +02:00
2025-12-17 16:44:43 +05:30
2017-10-03 17:54:23 -07:00
2021-06-03 08:36:11 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2025-12-17 14:51:51 +05:30
2018-12-08 13:03:35 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00