Changeset View
Changeset View
Standalone View
Standalone View
databases/couchdb3/files/patch-Makefile
- This file was added.
| --- Makefile.orig 2020-02-23 16:17:39 UTC | |||||
| +++ Makefile | |||||
| @@ -122,7 +122,7 @@ help: | |||||
| .PHONY: couch | |||||
| # target: couch - Build CouchDB core, use ERL_OPTS to provide custom compiler's options | |||||
| couch: config.erl | |||||
| - @COUCHDB_VERSION=$(COUCHDB_VERSION) COUCHDB_GIT_SHA=$(COUCHDB_GIT_SHA) $(REBAR) compile $(COMPILE_OPTS) | |||||
| + @COUCHDB_VERSION=$(COUCHDB_VERSION) COUCHDB_GIT_SHA=$(COUCHDB_GIT_SHA) $(REBAR) -vvv compile $(COMPILE_OPTS) | |||||
| @cp src/couch/priv/couchjs bin/ | |||||
| @@ -397,7 +397,7 @@ dist: all derived | |||||
| release: all | |||||
| @echo "Installing CouchDB into rel/couchdb/ ..." | |||||
| @rm -rf rel/couchdb | |||||
| - @$(REBAR) generate # make full erlang release | |||||
| + @$(REBAR) -vvv generate # make full erlang release | |||||
| ifeq ($(with_fauxton), 1) | |||||
| @mkdir -p rel/couchdb/share/ | |||||