chiark / gitweb /
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)
committerSven Eden <yamakuzure@gmx.net>
Fri, 24 Aug 2018 14:47:08 +0000 (16:47 +0200)
commit43810cf7ec7e3b0b9dd0637334befb70072ce10b
tree3503fa2c6187fd50c752e9a3940aa1ce7d9107b2
parentbfd0ddb66c3640d70399ebce253f2a80285c29ca
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