]> git.ipfire.org Git - thirdparty/systemd.git/commit
meson: Check if files returned by git ls-files actually exist
authorDaan De Meyer <daan@amutable.com>
Fri, 10 Apr 2026 06:14:53 +0000 (08:14 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 10 Apr 2026 12:34:00 +0000 (14:34 +0200)
commit8355eb6e1109b91654363fae01b903735895c295
tree2a67d6216006432cadb032da0f69861beef094d2
parent92d87ac3029a5fc6b7c94a4196e0d2b4db2cef3a
meson: Check if files returned by git ls-files actually exist

Otherwise you run into errors such as:

"""
../meson.build:2899:28: ERROR: File src/test/test-loop-util.c does not exist.
"""

when deleting a file in git without staging the deletion.
meson.build
test/fuzz/meson.build