mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
check 3rd/jemalloc/autogen.sh
This commit is contained in:
4
Makefile
4
Makefile
@@ -28,10 +28,10 @@ all : jemalloc
|
||||
$(JEMALLOC_STATICLIB) : 3rd/jemalloc/Makefile
|
||||
cd 3rd/jemalloc && $(MAKE) CC=$(CC)
|
||||
|
||||
3rd/jemalloc :
|
||||
3rd/jemalloc/autogen.sh :
|
||||
git submodule update --init
|
||||
|
||||
3rd/jemalloc/Makefile : | 3rd/jemalloc
|
||||
3rd/jemalloc/Makefile : | 3rd/jemalloc/autogen.sh
|
||||
cd 3rd/jemalloc && ./autogen.sh --with-jemalloc-prefix=je_ --disable-valgrind
|
||||
|
||||
jemalloc : $(JEMALLOC_STATICLIB)
|
||||
|
||||
Reference in New Issue
Block a user