]> git.ipfire.org Git - thirdparty/systemd.git/commit
meson: add unit installation symlinks
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 10 Apr 2017 03:43:53 +0000 (23:43 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 24 Apr 2017 01:47:27 +0000 (21:47 -0400)
commit2d9f0c68780b5ea6be92fa247a61688b1e73d28d
treec72c1abd5e53e28d08d329d1497ede2567802420
parentf4ee10a2829e8b10f749de59b2885efb959e7ffa
meson: add unit installation symlinks

This is the equivalent of $(SYSTEM_UNIT_ALIASES) and $(GENERAL_ALIASES)
in Makefile.am.

ninja-build uninstall does not remove the symlinks, see
https://github.com/mesonbuild/meson/issues/1602.
I don't consider this a blocker: after all either one installs into $DESTDIR,
where uninstallation doesn't make much sense, or into a real system, where a
successfull uninstallation would likely destroy the system.

v2:
- remove bashisms
- add various forgotten symlinks and fix service/timer/target confusions
units/meson-add-wants.sh [new file with mode: 0644]
units/meson.build