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/hoard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/allocators/hoard.py') diff --git a/src/allocators/hoard.py b/src/allocators/hoard.py index c50a616..f18fcb4 100644 --- a/src/allocators/hoard.py +++ b/src/allocators/hoard.py @@ -12,7 +12,7 @@ class Hoard (src.allocator.Allocator): kwargs["sources"] = sources kwargs["LD_PRELOAD"] = "{srcdir}/src/libhoard.so" - kwargs["build_cmds"] = ["cd {srcdir}/src; make", "mkdir {dir}"] + kwargs["build_cmds"] = ["cd {srcdir}/src; make", "mkdir -p {dir}"] kwargs["patches"] = ["{patchdir}/hoard_make.patch"] super().__init__(name, **kwargs) -- cgit v1.2.3