1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-02 01:18:14 +03:00

mkosi: Make sure the /coverage directory exists

This commit is contained in:
Daan De Meyer 2024-12-05 20:16:58 +01:00
parent 3f86ce166d
commit 272efe34d4

View File

@ -7,6 +7,8 @@ set -e
rm -f "$BUILDROOT"/coverage/*.gcda
)
mkdir -p "$BUILDROOT/coverage"
# When using -fprofile-dir=, GCC creates all gcda files under the given directory at the same location as the
# gcno file in the build directory, but with each '/' replaced with '#'. LLVM creates each gcda file under
# the given directory without replacing each '/' with '#'. Because we want all processes to be able to write