From 8bc018fe200768fb0f0135878cfcadf588a7af7d Mon Sep 17 00:00:00 2001 From: Cloud Wu Date: Tue, 3 Jan 2017 10:51:17 +0800 Subject: [PATCH] update to jemalloc 4.4.0 --- 3rd/jemalloc | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/3rd/jemalloc b/3rd/jemalloc index 3de03533..f1f76357 160000 --- a/3rd/jemalloc +++ b/3rd/jemalloc @@ -1 +1 @@ -Subproject commit 3de035335255d553bdb344c32ffdb603816195d8 +Subproject commit f1f76357313e7dcad7262f17a48ff0a2e005fcdc diff --git a/Makefile b/Makefile index e0f0b14d..08259a63 100644 --- a/Makefile +++ b/Makefile @@ -135,7 +135,7 @@ clean : cleanall: clean ifneq (,$(wildcard 3rd/jemalloc/Makefile)) - cd 3rd/jemalloc && $(MAKE) clean + cd 3rd/jemalloc && $(MAKE) clean && rm Makefile endif cd 3rd/lua && $(MAKE) clean rm -f $(LUA_STATICLIB)