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)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 2 Mar 2022 13:49:32 +0000 (14:49 +0100)
commitf1b98127ff6320648cc3dc876f3b6a5aa3af204b
tree0fcea4eff1ccda78d54edab923f1444f74a3ff2f
parent82e4b0305b789f1765f7d3ad74ff6730424c9f74
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.
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