Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7424911C80 for ; Fri, 29 Aug 2014 20:33:41 +0000 (UTC) Received: (qmail 52781 invoked by uid 500); 29 Aug 2014 20:33:41 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 52653 invoked by uid 500); 29 Aug 2014 20:33:41 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 52327 invoked by uid 99); 29 Aug 2014 20:33:41 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Aug 2014 20:33:41 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id A96969A8C61; Fri, 29 Aug 2014 20:33:40 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: chewbranca@apache.org To: commits@couchdb.apache.org Date: Fri, 29 Aug 2014 20:33:45 -0000 Message-Id: <75c3f1fff7514a6c9e32c287b9b2bd51@git.apache.org> In-Reply-To: <033924478b034d6c896f3621cbc55070@git.apache.org> References: <033924478b034d6c896f3621cbc55070@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [06/30] couchdb commit: updated refs/heads/1963-eunit-bigcouch to d1a82df Make clean recursive Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/497cd1f0 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/497cd1f0 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/497cd1f0 Branch: refs/heads/1963-eunit-bigcouch Commit: 497cd1f0c55d671193e45117f3e288a2acf49622 Parents: 79d2631 Author: Robert Newson Authored: Thu Aug 7 19:57:02 2014 +0100 Committer: Robert Newson Committed: Thu Aug 7 19:58:04 2014 +0100 ---------------------------------------------------------------------- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/497cd1f0/Makefile ---------------------------------------------------------------------- diff --git a/Makefile b/Makefile index 800b6dd..ed927ba 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ compile: config.erl clean: @echo "==> couchjs (clean)" - @rebar clean + @rebar -r clean check: eunit