From 47f1f8d673ff3b1f657a4f85835e6a1cc4725399 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Mon, 17 Jun 2019 14:59:17 +0200 Subject: fix jemalloc, SuperMalloc and Hoard dirty builds --- src/allocators/jemalloc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/allocators/jemalloc.py') diff --git a/src/allocators/jemalloc.py b/src/allocators/jemalloc.py index c64f5af..f3f43cb 100644 --- a/src/allocators/jemalloc.py +++ b/src/allocators/jemalloc.py @@ -15,6 +15,6 @@ class Jemalloc (src.allocator.Allocator): kwargs["LD_PRELOAD"] = "{srcdir}/lib/libjemalloc.so" kwargs["build_cmds"] = ["cd {srcdir}; ./configure --prefix={dir} CFLAGS=-O2", "cd {srcdir}; make -j4", - "mkdir {dir}"] + "mkdir -p {dir}"] super().__init__(name, **kwargs) -- cgit v1.2.3