summaryrefslogtreecommitdiffstats
path: root/hwdb.d/meson.build
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-01-27 09:17:26 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-01-27 09:22:15 +0100
commit4095cff07e1db4c220ff150e77287b8f4f6bc3fe (patch)
tree1ed488d9c970c8ae1e5d6d73efd2a482af9c7cdc /hwdb.d/meson.build
parentmeson: rename target to update-man-rules (diff)
downloadsystemd-4095cff07e1db4c220ff150e77287b8f4f6bc3fe.tar.xz
systemd-4095cff07e1db4c220ff150e77287b8f4f6bc3fe.zip
meson: rename target to update-hwdb
The goal is to have all "update-*" targets named uniformly so that tab-completion works. The script is renamed to match.
Diffstat (limited to 'hwdb.d/meson.build')
-rw-r--r--hwdb.d/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/hwdb.d/meson.build b/hwdb.d/meson.build
index 6a3456263a..edaa81b7bb 100644
--- a/hwdb.d/meson.build
+++ b/hwdb.d/meson.build
@@ -66,8 +66,8 @@ endif
############################################################
run_target(
- 'hwdb-update',
- command : [hwdb_update_sh, meson.current_source_dir()])
+ 'update-hwdb',
+ command : [update_hwdb_sh, meson.current_source_dir()])
run_target(
'autosuspend-update',