Re: [PATCH 2/3] build: sort default packages and split by newlines

2020-08-28 Thread Karl Palsson
Paul Spooren wrote: > The line of default packages became very long and it is easier > to read one package per line, therefore split it by newlines > and sort it alphabetically. If you're going to do that, why not use += as well, so you don't have to worry about people getting the \ right, and a

[PATCH 2/3] build: sort default packages and split by newlines

2020-08-27 Thread Paul Spooren
The line of default packages became very long and it is easier to read one package per line, therefore split it by newlines and sort it alphabetically. Signed-off-by: Paul Spooren --- include/target.mk | 35 --- 1 file changed, 32 insertions(+), 3 deletions(-) di