mirror of
https://github.com/systemd/systemd.git
synced 2025-01-17 06:04:07 +03:00
mkosi: Make sure the /coverage directory exists
This commit is contained in:
parent
3f86ce166d
commit
272efe34d4
@ -7,6 +7,8 @@ set -e
|
|||||||
rm -f "$BUILDROOT"/coverage/*.gcda
|
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
|
# 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
|
# 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
|
# the given directory without replacing each '/' with '#'. Because we want all processes to be able to write
|
||||||
|
Loading…
x
Reference in New Issue
Block a user