summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Newson <rnewson@apache.org>2014-09-05 22:09:53 +0100
committerRobert Newson <rnewson@apache.org>2014-09-05 22:09:53 +0100
commit44a5851673cb2dba186e4a4250a4860be9b03ff2 (patch)
treec81312e6e1b25199d6625ec0f7b8e8538de6b441
parent7f9a7cff23a3569527d0197b49f6a1fcce154239 (diff)
downloadcouchdb-44a5851673cb2dba186e4a4250a4860be9b03ff2.tar.gz
create couchjs where eunit expects it
-rw-r--r--.gitignore2
-rw-r--r--Makefile1
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d56dc6b9d..6fd97e27a 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/
diff --git a/Makefile b/Makefile
index 0727521be..35b9f795c 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)"