From 333501bb4cb7b3a2a28dfa5c9ec75bc77520f256 Mon Sep 17 00:00:00 2001 From: zeekling Date: Sat, 12 Sep 2020 22:03:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=9F=E6=96=B0=E7=BC=96=E8=AF=91=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index ffba2f5..8d51e91 100755 --- a/build.sh +++ b/build.sh @@ -4,9 +4,13 @@ # build redis script # +cd ./deps/jemalloc -ls -lh ./deps/jemalloc +./autogen.sh +cd ../../ + +ll ./deps/jemalloc #make distclean