]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
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)
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

index 6fceff2b3b3293b38463c5f2c28b279e57678430..ee206fd509e27c3c5fd10df0ca9a0e7921858745 100644 (file)
@@ -40,5 +40,5 @@ test('parse-hwdb',
 ############################################################
 
 run_target(
-        'update',
+        'hwdb-update',
         command : [hwdb_update_sh, meson.current_source_dir()])