Skip to content

Commit

Permalink
Dont quit distclean of moxi / memcached logs arent found
Browse files Browse the repository at this point in the history
Change-Id: Icc09fe089e755a00edafb0a72d77321695cabb20
Reviewed-on: http://review.couchbase.org/11800
Tested-by: Steve Yen <steve.yen@gmail.com>
Reviewed-by: Steve Yen <steve.yen@gmail.com>
  • Loading branch information
daleharvey authored and steveyen committed Dec 21, 2011
1 parent 9f858e6 commit 69f7283
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.top
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ clean: -clean-common
distclean: -clean-common
for i in $(COMPONENTS); do (cd $$i && make distclean || true); done
rm -rf install tmp
rm moxi*log
rm memcached*log
rm -f moxi*log
rm -f memcached*log

clean-xfd: $(patsubst %, do-clean-xfd-%, $(COMPONENTS)) -clean-common
(cd icu4c && git clean -Xfd) || true
Expand Down

0 comments on commit 69f7283

Please sign in to comment.