You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2014/08/19 18:31:35 UTC

couchdb commit: updated refs/heads/windsor-merge to 39d3b50

Repository: couchdb
Updated Branches:
  refs/heads/windsor-merge 91f51216b -> 39d3b5066


add devclean target that cleans out the dev cluster state


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/39d3b506
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/39d3b506
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/39d3b506

Branch: refs/heads/windsor-merge
Commit: 39d3b5066038d2e1da35a3d5e231bab6271eaae7
Parents: 91f5121
Author: Jan Lehnardt <ja...@apache.org>
Authored: Tue Aug 19 18:28:20 2014 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Tue Aug 19 18:28:20 2014 +0200

----------------------------------------------------------------------
 Makefile | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/39d3b506/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index ed927ba..ea1aba8 100644
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,9 @@ dist: compile
 distclean: clean
 	@rm -rf rel/couchdb
 
+devclean:
+	@rm -rf dev/lib/*/data
+
 include install.mk
 install: dist
 	@mkdir -p $(prefix)