mirror of
https://github.com/fluencelabs/redis
synced 2025-03-31 14:51:04 +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 deps/hiredis && $(MAKE) $@
|
||||
cd deps/linenoise && $(MAKE) $@
|
||||
cd deps/jemalloc && $(MAKE) distclean
|
||||
-(cd deps/jemalloc && $(MAKE) distclean)
|
||||
|
||||
$(TARGETS):
|
||||
cd src && $(MAKE) $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user