]> git.ipfire.org Git - thirdparty/systemd.git/commit
meson: rename hwdb update target
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 2 Oct 2017 11:19:21 +0000 (13:19 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 2 Oct 2017 11:19:21 +0000 (13:19 +0200)
commit9e82570e73d6a2cf181825530f9f779af3bc7c52
treee4d785e1e82f6ee18f723452b3a6797363214044
parentcd4826e0e6f6f2f693a07641154ca3443df39d1e
meson: rename hwdb update target

ninja -c build hwdb-update

During the initial meson conversion, custom_target:s and run_target:s behaved
the same, and the target name became a top-level command. Now custom_target:s
require the subdir to be included, e.g. we have man/man target to build man pages,
but run_target:s not. So I think this target got a name that is so generic because
of the confusion caused by changing rules. Let's rename it.
hwdb/meson.build