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/21edce95 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/21edce95 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/21edce95 Branch: refs/heads/developer-preview-2.0 Commit: 21edce952e21371777d2a880eae7499c0046ed2f Parents: b2ee4e7 Author: Russell Branca <[email protected]> Authored: Tue Dec 30 16:33:21 2014 -0800 Committer: Russell Branca <[email protected]> Committed: Fri Jan 2 11:59:44 2015 -0800 ---------------------------------------------------------------------- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/21edce95/Makefile ---------------------------------------------------------------------- diff --git a/Makefile b/Makefile index b4878d8..1efd466 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ # License for the specific language governing permissions and limitations under # the License. -all: compile +all: config.erl couch fauxton config.erl: @echo "Apache CouchDB has not been configured." @@ -18,7 +18,7 @@ config.erl: @echo @false -compile: config.erl fauxton +couch: @rebar compile @cp src/couch/priv/couchjs bin/
