]> git.ipfire.org Git - thirdparty/systemd.git/commit
meson: Make sure check-filesystems.sh runs from the build directory
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 5 May 2025 15:00:24 +0000 (17:00 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 5 May 2025 15:09:18 +0000 (17:09 +0200)
commitb75c6c3c3fca9e64e8a002fb5e12c00241660abd
tree0db2d42c4b79cac5fe37d43acae31677d1365dba
parent0777e64ea28f10f7bce24a3d14526f1d81a17a0c
meson: Make sure check-filesystems.sh runs from the build directory

run_command()'s working directory is documented as undefined but it
seems to be the current source directory as when the -ftime-trace
clang option is enabled, -.json is written to src/basic/meson.build
every time meson is run.

Let's make sure the command is executed in the build directory so that
any auxiliary files are written there as well.
src/basic/meson.build