mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 09:00:51 +00:00
Wait for Lua to be built before linking redis-server
This commit is contained in:
parent
2d7162bb1d
commit
4d6bf65c42
@ -169,7 +169,7 @@ dependencies:
|
|||||||
../deps/jemalloc/lib/libjemalloc.a:
|
../deps/jemalloc/lib/libjemalloc.a:
|
||||||
cd ../deps/jemalloc && ./configure $(JEMALLOC_CFLAGS) --with-jemalloc-prefix=je_ --enable-cc-silence && $(MAKE) lib/libjemalloc.a
|
cd ../deps/jemalloc && ./configure $(JEMALLOC_CFLAGS) --with-jemalloc-prefix=je_ --enable-cc-silence && $(MAKE) lib/libjemalloc.a
|
||||||
|
|
||||||
redis-server: $(OBJ)
|
redis-server: dependencies $(OBJ)
|
||||||
$(QUIET_LINK)$(CC) -o $(PRGNAME) $(CCOPT) $(DEBUG) $(OBJ) $(CCLINK) $(ALLOC_LINK) ../deps/lua/src/liblua.a
|
$(QUIET_LINK)$(CC) -o $(PRGNAME) $(CCOPT) $(DEBUG) $(OBJ) $(CCLINK) $(ALLOC_LINK) ../deps/lua/src/liblua.a
|
||||||
|
|
||||||
redis-benchmark: dependencies $(BENCHOBJ)
|
redis-benchmark: dependencies $(BENCHOBJ)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user