You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2014/09/05 23:11:35 UTC

[11/12] couchdb commit: updated refs/heads/master to a5ceb62

create couchjs where eunit expects it


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

Branch: refs/heads/master
Commit: 44a5851673cb2dba186e4a4250a4860be9b03ff2
Parents: 7f9a7cf
Author: Robert Newson <rn...@apache.org>
Authored: Fri Sep 5 22:09:53 2014 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Fri Sep 5 22:09:53 2014 +0100

----------------------------------------------------------------------
 .gitignore | 2 ++
 Makefile   | 1 +
 2 files changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/44a58516/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index d56dc6b..6fd97e2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,5 @@ share/server/main.js
 src/couch/priv/couch_js/config.h
 src/couch/priv/couchjs
 src/couch/priv/couchspawnkillable
+
+bin/

http://git-wip-us.apache.org/repos/asf/couchdb/blob/44a58516/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index 0727521..35b9f79 100644
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,7 @@ config.erl:
 compile: config.erl
 	@echo "==> couchjs (compile)"
 	@rebar compile
+	@cp src/couch/priv/couchjs bin/
 
 clean:
 	@echo "==> couchjs (clean)"