Skip to content

Commit 0462d98

Browse files
committedJul 5, 2011
Ingore jemalloc make distclean error in Makefile, caused by make clean against a tree that never compiled jemalloc.
1 parent 847fc09 commit 0462d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ clean:
1212
cd src && $(MAKE) $@
1313
cd deps/hiredis && $(MAKE) $@
1414
cd deps/linenoise && $(MAKE) $@
15-
cd deps/jemalloc && $(MAKE) distclean
15+
-(cd deps/jemalloc && $(MAKE) distclean)
1616

1717
$(TARGETS):
1818
cd src && $(MAKE) $@

0 commit comments

Comments
 (0)