You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/07/22 07:29:30 UTC

[13/50] couchdb commit: updated refs/heads/developer-preview-2.0 to 2a31bca

fix `make clean`


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

Branch: refs/heads/developer-preview-2.0
Commit: 1d70bd8d45b008e4a4d68f8288aca953ba9bee92
Parents: 9cb9d7e
Author: Jan Lehnardt <ja...@apache.org>
Authored: Thu May 21 22:30:28 2015 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Wed Jun 24 23:06:54 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/1d70bd8d/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index 66dd0a8..f734e3e 100644
--- a/Makefile
+++ b/Makefile
@@ -35,9 +35,10 @@ clean:
 	@rm -rf src/*/.rebar
 	@rm -rf src/{jiffy,khash,snappy,b64url}/priv
 	@rm -rf share/server/main.js share/server/main-coffee.js
+	@rm -rf tmp dev/data dev/lib dev/logs
 	@rm -f src/couch/priv/couchspawnkillable
 	@rm -f src/couch/priv/couch_js/config.h
-	@rm -f tmp/ dev/boot_node.beam dev/data dev/lib dev/pbkdf2.pyc log/crash.log dev/logs
+	@rm -f dev/boot_node.beam dev/pbkdf2.pyc log/crash.log
 
 check: javascript eunit