]> git.ipfire.org Git - thirdparty/systemd.git/commit
tree-wide: Ensure source file names are unique
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 15 May 2025 12:07:59 +0000 (14:07 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 20 May 2025 08:29:59 +0000 (10:29 +0200)
commit6196e414a5565535eaee3e486181fb60c65061fe
tree28b94ddf1c37cb4aebd2d08e586b274e0dc9050a
parentb7400b14ed91fb1b612024808297bef50ae24fc2
tree-wide: Ensure source file names are unique

Let's ensure all of our source file names are unique without having
to take the directory into account.

This allows us to create meson targets or unit tests identified by the
the name of the source file they operate on without having to include
the full path of the source file in the target or test name to avoid
conflicts.
32 files changed:
src/boot/boot.c
src/boot/edid.c
src/boot/efi-efivars.c [moved from src/boot/efivars.c with 99% similarity]
src/boot/efi-efivars.h [moved from src/boot/efivars.h with 100% similarity]
src/boot/efi-log.c [moved from src/boot/log.c with 99% similarity]
src/boot/efi-log.h [moved from src/boot/log.h with 100% similarity]
src/boot/export-vars.c
src/boot/meson.build
src/boot/random-seed.c
src/boot/secure-boot.c
src/boot/shim.c
src/boot/smbios.c
src/boot/stub.c
src/boot/ubsan.c
src/boot/util.c
src/boot/util.h
src/boot/vmm.c
src/escape/escape-tool.c [moved from src/escape/escape.c with 100% similarity]
src/escape/meson.build
src/measure/measure-tool.c [moved from src/measure/measure.c with 100% similarity]
src/measure/meson.build
src/network/generator/network-generator-main.c [moved from src/network/generator/main.c with 100% similarity]
src/network/meson.build
src/network/wait-online/wait-online-link.c [moved from src/network/wait-online/link.c with 99% similarity]
src/network/wait-online/wait-online-link.h [moved from src/network/wait-online/link.h with 100% similarity]
src/network/wait-online/wait-online-manager.c [moved from src/network/wait-online/manager.c with 99% similarity]
src/network/wait-online/wait-online-manager.h [moved from src/network/wait-online/manager.h with 100% similarity]
src/network/wait-online/wait-online.c
src/path/meson.build
src/path/path-tool.c [moved from src/path/path.c with 100% similarity]
src/random-seed/meson.build
src/random-seed/random-seed-tool.c [moved from src/random-seed/random-seed.c with 100% similarity]