Repository: couchdb Updated Branches: refs/heads/separate-compile-make-targets [created] e0ee11e32
Separate out Fauxton compilation from core CouchDB Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/e0ee11e3 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/e0ee11e3 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/e0ee11e3 Branch: refs/heads/separate-compile-make-targets Commit: e0ee11e320c668c5b227712fd4bac86532a907df Parents: b2ee4e7 Author: Russell Branca <[email protected]> Authored: Tue Dec 30 16:33:21 2014 -0800 Committer: Russell Branca <[email protected]> Committed: Tue Dec 30 16:33:21 2014 -0800 ---------------------------------------------------------------------- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/e0ee11e3/Makefile ---------------------------------------------------------------------- diff --git a/Makefile b/Makefile index b4878d8..e2c7fd2 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,9 @@ config.erl: @echo @false -compile: config.erl fauxton +compile: config.erl compile-core fauxton + +compile-core: @rebar compile @cp src/couch/priv/couchjs bin/
