mirror of
https://github.com/fluencelabs/redis
synced 2025-04-01 15:21:03 +00:00
Ingore jemalloc make distclean error in Makefile, caused by make clean against a tree that never compiled jemalloc.
This commit is contained in:
parent
208092ad70
commit
10ba492fa3
2
Makefile
2
Makefile
@ -12,7 +12,7 @@ clean:
|
|||||||
cd src && $(MAKE) $@
|
cd src && $(MAKE) $@
|
||||||
cd deps/hiredis && $(MAKE) $@
|
cd deps/hiredis && $(MAKE) $@
|
||||||
cd deps/linenoise && $(MAKE) $@
|
cd deps/linenoise && $(MAKE) $@
|
||||||
cd deps/jemalloc && $(MAKE) distclean
|
-(cd deps/jemalloc && $(MAKE) distclean)
|
||||||
|
|
||||||
$(TARGETS):
|
$(TARGETS):
|
||||||
cd src && $(MAKE) $@
|
cd src && $(MAKE) $@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user