summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorncshaw <ncshaw@ibm.com>2021-12-17 13:39:26 -0500
committerNick Vatamaniuc <nickva@users.noreply.github.com>2021-12-17 15:49:32 -0500
commit186818c9f69b08508fdcc9bc42b38108e7508c78 (patch)
tree717621a9db403cfab96e6a869876cf00c1f97353 /Makefile
parent7487606e1f0eb6a12649479cfb2ccb7bcdbcc6fe (diff)
downloadcouchdb-186818c9f69b08508fdcc9bc42b38108e7508c78.tar.gz
Remove ERL_OPTS
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e3916fc70..08113fe37 100644
--- a/Makefile
+++ b/Makefile
@@ -118,7 +118,7 @@ help:
.PHONY: couch
-# target: couch - Build CouchDB core, use ERL_OPTS to provide custom compiler's options
+# target: couch - Build CouchDB core, use ERL_COMPILER_OPTIONS to provide custom compiler's options
couch: config.erl
@COUCHDB_VERSION=$(COUCHDB_VERSION) COUCHDB_GIT_SHA=$(COUCHDB_GIT_SHA) $(REBAR) compile $(COMPILE_OPTS)
@cp src/couch/priv/couchjs bin/