Anders Roxell
18576c701e
scripts: kconfig: merge_config: config files: add a trailing newline
...
[ Upstream commit 33330bcf03 ]
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 >
2024-10-17 15:10:33 +02:00
..
2022-04-08 14:23:57 +02:00
2021-05-02 00:43:35 +09:00
2024-03-26 18:21:12 -04:00
2021-08-08 22:00:49 +02:00
2023-02-01 08:27:30 +01:00
2022-08-25 11:40:14 +02:00
2024-07-27 10:46:06 +02:00
2024-06-16 13:39:54 +02:00
2021-05-02 00:43:35 +09:00
2024-10-17 15:10:33 +02:00
2024-02-23 08:55:04 +01:00
2023-03-10 09:39:44 +01:00
2022-10-26 12:34:35 +02:00
2023-02-01 08:27:23 +01:00
2021-05-02 00:43:35 +09:00
2021-09-03 08:17:21 +09:00
2021-09-03 08:17:20 +09:00
2023-04-26 13:51:56 +02:00
2021-01-22 06:34:44 +09:00
2024-03-01 13:21:58 +01:00
2021-04-25 05:14:26 +09:00
2021-09-08 11:50:28 -07:00
2021-08-10 09:13:25 +09:00
2023-03-17 08:49:02 +01:00
2022-07-12 16:35:01 +02:00
2023-12-13 18:36:43 +01:00
2021-10-07 17:16:28 -07:00
2021-08-05 20:55:39 +09:00
2021-05-18 11:09:59 +02:00
2021-01-04 10:38:11 +09:00
2024-02-23 08:55:13 +01:00
2021-01-01 12:26:39 -08:00
2023-03-17 08:49:02 +01:00
2021-06-04 11:20:52 -06:00
2022-11-16 09:58:28 +01:00
2022-12-08 11:28:38 +01:00
2024-08-19 05:45:16 +02:00
2024-08-19 05:45:16 +02:00
2021-09-03 08:12:39 +09:00
2021-09-03 08:17:21 +09:00
2021-01-14 08:21:09 -08:00
2024-02-23 08:54:25 +01:00
2021-05-17 12:10:03 +09:00
2021-02-05 17:53:28 +09:00
2022-10-26 12:35:27 +02:00
2021-04-25 05:14:41 +09:00
2022-07-12 16:35:03 +02:00
2024-07-18 13:07:45 +02:00
2021-11-18 19:16:16 +01:00
2024-07-18 13:07:36 +02:00
2023-02-01 08:27:30 +01:00
2021-03-15 19:20:48 +09:00
2022-07-23 12:54:10 +02:00
2021-09-19 10:55:18 +09:00
2021-03-15 19:20:48 +09:00
2024-01-25 14:52:32 -08:00
2024-07-05 09:14:48 +02:00
2024-04-10 16:18:41 +02:00
2022-08-25 11:40:27 +02:00
2021-03-15 19:20:48 +09:00
2021-09-24 16:13:35 -07:00
2022-05-15 20:18:50 +02:00
2024-05-17 11:50:53 +02:00
2021-04-25 05:25:06 +09:00
2022-09-05 10:30:06 +02:00
2021-04-25 05:30:45 +09:00
2022-04-13 20:59:27 +02:00
2021-09-13 10:18:28 -07:00
2021-06-17 10:01:12 +09:00
2022-09-23 14:15:51 +02:00
2022-08-25 11:40:41 +02:00
2021-04-25 05:22:42 +09:00
2021-05-02 00:43:35 +09:00
2024-01-25 14:52:31 -08:00
2023-02-25 12:06:45 +01:00
2023-05-24 17:36:47 +01:00
2021-06-18 09:09:17 -04:00
2022-01-05 12:42:33 +01:00
2021-05-02 00:43:35 +09:00
2021-07-18 23:48:14 +09:00
2023-12-20 15:17:37 +01:00
2022-07-29 17:25:25 +02:00
2021-07-21 15:59:32 +02:00
2021-07-12 09:56:50 -06:00
2021-06-29 10:53:45 -07:00
2022-01-27 11:05:44 +01:00
2021-09-01 21:52:02 +02:00
2021-07-09 04:00:39 +09:00
2021-08-10 09:13:25 +09:00
2021-07-09 04:00:39 +09:00
2023-07-05 18:25:05 +01:00
2021-06-08 13:09:34 +01:00
2021-05-03 17:23:06 -06:00
2021-08-10 09:13:25 +09:00