]> git.ipfire.org Git - thirdparty/systemd.git/commit
meson: Use custom_target() instead of vcs_tag()
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 9 Apr 2025 11:54:22 +0000 (13:54 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 9 Apr 2025 14:21:08 +0000 (16:21 +0200)
commitb2634bde3cdf034253335db750afbfac2f40028c
tree75e2b2bf777976d16645b8e773ef1bd697af0263
parentad04dc4116b429141ca88cb6eb578df1937b7ac7
meson: Use custom_target() instead of vcs_tag()

vsc_tag() always reruns even if the vcs-tag option is disabled. Let's
use custom_target() instead so that we can only enable build_always_stale
if the vcs-tag option is enabled.
meson.build
tools/vcs-tag.sh