summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2015-04-11 21:53:38 +0200
committerJan Lehnardt <jan@apache.org>2015-06-24 23:06:54 +0200
commit9cb9d7eb1f356d886def58332dd1461a894a8ba3 (patch)
treedb9e3092b1e0b9dcf9cf96c348f61d2102916b4f
parente2b26eadb6f1c40b81fd0e100f6d0248982445d9 (diff)
downloadcouchdb-9cb9d7eb1f356d886def58332dd1461a894a8ba3.tar.gz
silence make release output
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a2ce75a05..66dd0a8bb 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