Repository: couchdb Updated Branches: refs/heads/master 2dddaf057 -> 9222714b2
s/make build/make release/ for making an erlang release Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/9222714b Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/9222714b Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/9222714b Branch: refs/heads/master Commit: 9222714b2a2b88424f33e6685fecca0168f53d77 Parents: 2dddaf0 Author: Jan Lehnardt <[email protected]> Authored: Thu Jul 14 22:59:40 2016 +0200 Committer: Jan Lehnardt <[email protected]> Committed: Thu Jul 14 22:59:40 2016 +0200 ---------------------------------------------------------------------- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/9222714b/Makefile ---------------------------------------------------------------------- diff --git a/Makefile b/Makefile index 838165c..9948372 100644 --- a/Makefile +++ b/Makefile @@ -227,10 +227,10 @@ dist: all @echo "Done: apache-couchdb-$(COUCHDB_VERSION).tar.gz" -.PHONY: build -# target: build - Build CouchDB! +.PHONY: release +# target: release - Create an Erlang release including CouchDB! -include install.mk -build: all +release: all @echo "Installing CouchDB into rel/couchdb/ ..." @rm -rf rel/couchdb @$(REBAR) generate > /dev/null 2>&1 # make full erlang release
