You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/07/22 07:29:31 UTC

[14/50] couchdb commit: updated refs/heads/developer-preview-2.0 to 2a31bca

silence make release output


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/9cb9d7eb
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/9cb9d7eb
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/9cb9d7eb

Branch: refs/heads/developer-preview-2.0
Commit: 9cb9d7eb1f356d886def58332dd1461a894a8ba3
Parents: e2b26ea
Author: Jan Lehnardt <ja...@apache.org>
Authored: Sat Apr 11 21:53:38 2015 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Wed Jun 24 23:06:54 2015 +0200

----------------------------------------------------------------------
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/9cb9d7eb/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index a2ce75a..66dd0a8 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ dist: all
 
 # creates a source tarball
 release:
-	./build-aux/couchdb-build-release.sh $(COUCHDB_VERSION)
+	@./build-aux/couchdb-build-release.sh $(COUCHDB_VERSION)
 
 	# build fauxton
 	$(MAKE) fauxton