]> git.ipfire.org Git - thirdparty/systemd.git/commit
meson: add systemd-boot and systemd-stub build target aliases 23204/head
authorLuca Boccassi <bluca@debian.org>
Wed, 27 Apr 2022 21:00:48 +0000 (22:00 +0100)
committerLuca Boccassi <bluca@debian.org>
Wed, 27 Apr 2022 21:24:58 +0000 (22:24 +0100)
commit705d6b34ee03f4d275be801c121f028a7e618512
tree4d21d96aad37670c9b89fca5ac2846eb0cd81e91
parent0a5e638cc7212b18263d138e2838921114c2e1ac
meson: add systemd-boot and systemd-stub build target aliases

Allows to quickly build systemd-boot by itself without having to
reference the full path of the build target:

$ ninja -C foo systemd-stub
ninja: Entering directory `foo'
[21/21] Generating src/boot/efi/linuxx64.efi.stub with a custom command
$ ninja -C foo systemd-boot
ninja: Entering directory `foo'
[10/10] Generating src/boot/efi/systemd-bootx64.efi with a custom command
src/boot/efi/meson.build