meson: do not use split() in file lists
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 2 Mar 2022 13:49:32 +0000 (14:49 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Sat, 5 Mar 2022 21:03:32 +0000 (21:03 +0000)
commitc76aba2b24bd76a2e4622d7172f9e32ff7973182
tree23561faa42fbce9163e84628ff9c0b9dd45eaed6
parent7302937a08dcc33186eaf4bc3e7bc58af4979ffe
meson: do not use split() in file lists

The approach to use '''…'''.split() instead of a list of strings was initially
used when converting from automake because it allowed identical blocks of lines
to be used for both, making the conversion easier.

But over the years we have been using normal lists more and more, especially
when there were just a few filenames listed. This converts the rest.

No functional change.

(cherry picked from commit f1b98127ff6320648cc3dc876f3b6a5aa3af204b)
27 files changed:
catalog/meson.build
hwdb.d/meson.build
rules.d/meson.build
src/analyze/meson.build
src/basic/meson.build
src/coredump/meson.build
src/home/meson.build
src/journal-remote/meson.build
src/journal/meson.build
src/libsystemd-network/meson.build
src/libsystemd/meson.build
src/locale/meson.build
src/login/meson.build
src/machine/meson.build
src/network/meson.build
src/nspawn/meson.build
src/oom/meson.build
src/partition/meson.build
src/portable/meson.build
src/pstore/meson.build
src/resolve/meson.build
src/shared/meson.build
src/shutdown/meson.build
src/sysext/meson.build
src/systemd/meson.build
src/udev/meson.build
src/userdb/meson.build