Skip to content
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.

Commit

Permalink
Ingore jemalloc make distclean error in Makefile, caused by make clea…
Browse files Browse the repository at this point in the history
…n against a tree that never compiled jemalloc.
  • Loading branch information
antirez committed Jul 5, 2011
1 parent 847fc09 commit 0462d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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) $@
Expand Down

0 comments on commit 0462d98

Please sign in to comment.