]> git.ipfire.org Git - thirdparty/systemd.git/commit - meson.build
meson: use run_target for generating tags with ctags
authorEvegeny Vereshchagin <evvers@ya.ru>
Fri, 18 May 2018 10:52:17 +0000 (10:52 +0000)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 19 May 2018 13:32:47 +0000 (15:32 +0200)
commit2f09974f34c2093a8def567d2f76c8ab84a561b8
treeea074da69afbb7ca37bde92e7a7a898edab5a9f5
parent4aab839c90e4f390956cb777237c1acb115ebeae
meson: use run_target for generating tags with ctags

In https://github.com/systemd/systemd/pull/6561, `run_target`
was changed to `custom_target`, which inadvertently caused
relative paths to be passed to ctags due to
https://github.com/mesonbuild/meson/issues/3589.
The switch to `run_target` causes absolute paths to be
passed again and makes it easier to jump from file to
file, hopefully delaying the need to exit Vim :-)
meson.build