]> git.ipfire.org Git - thirdparty/systemd.git/commit
meson: drop "meson-" prefix from various helper script filenames
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 7 May 2020 11:54:10 +0000 (13:54 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 7 May 2020 11:57:48 +0000 (13:57 +0200)
commitdd1e33c8dc30c4d30e65688dabff7c66a456675e
treea9ada23b8bd1fe2043671efab3e2d13700c03627
parent1f63c72d2e6a527c1207ea01dc223fc711247ba0
meson: drop "meson-" prefix from various helper script filenames

In a few cases, the prefix was originally necessary because a different helper
script was used for automake, and a different one for meson. But now we use
meson exclusively, and the prefix isn't useful. This also synchronizes the
target name, file name, and variable name in meson.build. The targets exposed
by meson didn't have the prefix, so the user interface is unchanged.

(The prefix is retained in the few tools that are used for meson itself,
e.g. meosn-vcs-tag.sh, meson-make-symlink.sh, etc.)
meson.build
tools/autosuspend-update.sh [moved from tools/meson-autosuspend-update.sh with 100% similarity]
tools/check-api-docs.sh [moved from tools/meson-check-api-docs.sh with 100% similarity]
tools/check-compilation.sh [moved from tools/meson-check-compilation.sh with 100% similarity]
tools/check-help.sh [moved from tools/meson-check-help.sh with 100% similarity]
tools/git-contrib.sh [moved from tools/meson-git-contrib.sh with 100% similarity]
tools/hwdb-update.sh [moved from tools/meson-hwdb-update.sh with 100% similarity]