From 1077e8b3b4d0f00d2b13fd815fe5747ac526e0f7 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Tue, 18 Feb 2020 12:28:23 +0100 Subject: allow consecutive builds of tcmalloc --- src/allocators/tcmalloc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/allocators/tcmalloc.py b/src/allocators/tcmalloc.py index 054dba3..24f9b45 100644 --- a/src/allocators/tcmalloc.py +++ b/src/allocators/tcmalloc.py @@ -31,7 +31,7 @@ class TCMalloc(Allocator): self.patches = ["{patchdir}/tcmalloc_bazel_build_so.patch"] self.build_cmds = [ "cd {srcdir}; bazel build tcmalloc/tcmalloc.so --compilation_mode opt", - "mkdir {dir}", + "mkdir -p {dir}", "cp {srcdir}/bazel-bin/tcmalloc/tcmalloc.so {dir}/libtcmalloc.so" ] -- cgit v1.2.3