summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2016-07-14 22:59:40 +0200
committerJan Lehnardt <jan@apache.org>2016-07-14 22:59:40 +0200
commit9222714b2a2b88424f33e6685fecca0168f53d77 (patch)
tree73915b2547e4e37d2456d293c79998ca136bce28
parent2dddaf057729c4c4e77135ae3da13709d041c1aa (diff)
downloadcouchdb-9222714b2a2b88424f33e6685fecca0168f53d77.tar.gz
s/make build/make release/ for making an erlang release2.0.0-RC1
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 838165c37..99483720c 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