diff options
author | Luca Boccassi <bluca@debian.org> | 2022-04-27 11:54:14 +0200 |
---|---|---|
committer | Luca Boccassi <bluca@debian.org> | 2022-04-27 23:24:53 +0200 |
commit | 0a5e638cc7212b18263d138e2838921114c2e1ac (patch) | |
tree | 6dec8d21165e85e6894521a3b584e3afb4c49a1b /catalog | |
parent | Merge pull request #23206 from yuwata/meson-compression (diff) | |
download | systemd-0a5e638cc7212b18263d138e2838921114c2e1ac.tar.xz systemd-0a5e638cc7212b18263d138e2838921114c2e1ac.zip |
meson: add install_tag to sd-boot, libsystemd and libudev
Allows to 'meson install --tags systemd-boot --no-rebuild' to install only the EFI
binaries, skipping the rest, for a very quick build:
$ ninja src/boot/efi/linuxx64.efi.stub
[21/21] Generating src/boot/efi/linuxx64.efi.stub with a custom command
$ ninja src/boot/efi/systemd-bootx64.efi
[10/10] Generating src/boot/efi/systemd-bootx64.efi with a custom command
$ DESTDIR=/tmp/foo meson install --tags systemd-boot --no-rebuild
Installing src/boot/efi/systemd-bootx64.efi to /tmp/foo/usr/lib/systemd/boot/efi
Requires Meson 0.60 to be used, prints a warning for unknown keyword
in earlier versions, but there's no failure
https://mesonbuild.com/Installing.html#installation-tags
Diffstat (limited to 'catalog')
0 files changed, 0 insertions, 0 deletions