Repository: couchdb Updated Branches: refs/heads/master bcf1b2943 -> dbc5abc1f
don't hide output of 'make release' The output is useful when debugging failures of 'make release' Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/dbc5abc1 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/dbc5abc1 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/dbc5abc1 Branch: refs/heads/master Commit: dbc5abc1f8ab84717bce4990a9f22fd2fa2187d2 Parents: bcf1b29 Author: Robert Newson <[email protected]> Authored: Tue Aug 23 09:25:32 2016 +0100 Committer: Robert Newson <[email protected]> Committed: Tue Aug 23 09:25:35 2016 +0100 ---------------------------------------------------------------------- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/dbc5abc1/Makefile ---------------------------------------------------------------------- diff --git a/Makefile b/Makefile index c3f0745..018c845 100644 --- a/Makefile +++ b/Makefile @@ -233,7 +233,7 @@ dist: all release: all @echo "Installing CouchDB into rel/couchdb/ ..." @rm -rf rel/couchdb - @$(REBAR) generate > /dev/null 2>&1 # make full erlang release + @$(REBAR) generate # make full erlang release ifeq ($(with_fauxton), 1) @mkdir -p rel/couchdb/share/
