Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C356D9AC8 for ; Tue, 6 Dec 2011 09:31:27 +0000 (UTC) Received: (qmail 45177 invoked by uid 500); 6 Dec 2011 09:31:23 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 45075 invoked by uid 500); 6 Dec 2011 09:31:11 -0000 Mailing-List: contact dev-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 dev@couchdb.apache.org Received: (qmail 44812 invoked by uid 99); 6 Dec 2011 09:30:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Dec 2011 09:30:23 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of fdmanana@gmail.com designates 209.85.210.52 as permitted sender) Received: from [209.85.210.52] (HELO mail-pz0-f52.google.com) (209.85.210.52) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Dec 2011 09:30:18 +0000 Received: by daek6 with SMTP id k6so418955dae.11 for ; Tue, 06 Dec 2011 01:29:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=5+wTL3TPN3mtVEcS+S0n4evZpG9pqzBepRM6u+e27Cs=; b=R42oRxyo4zRnl012zHM5+W8JftkWsEQ27jgEviN11jQvafOysi/8jZxL7wbr6YaM6o QGgnmstpP+la3iNM4Vb8hYRi1+fjlake6sznp27ur4qaSoFB0f5hkYHcV404bR/R4jY9 yg8hZx2RyEWACzsELgeusBW/k3fWNZWfRl3xY= MIME-Version: 1.0 Received: by 10.68.75.197 with SMTP id e5mr30928017pbw.93.1323163798188; Tue, 06 Dec 2011 01:29:58 -0800 (PST) Sender: fdmanana@gmail.com Received: by 10.142.171.15 with HTTP; Tue, 6 Dec 2011 01:29:58 -0800 (PST) In-Reply-To: References: <20111205165801.ACED956228@tyr.zones.apache.org> Date: Tue, 6 Dec 2011 09:29:58 +0000 X-Google-Sender-Auth: 2VsDoT2Ca1oCST5JybL4rGvWy9w Message-ID: Subject: Re: git commit: Fix distcheck make target From: Filipe David Manana To: dev@couchdb.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Tue, Dec 6, 2011 at 1:27 AM, Noah Slater wrote: > Can you prefix these paths with $(top_builddir)/ please? Done. Thanks for the top Noah. > > On Mon, Dec 5, 2011 at 4:58 PM, wrote: > >> Updated Branches: >> =C2=A0refs/heads/master b68edd1bb -> 8f38cbed2 >> >> >> Fix distcheck make target >> >> The check target now starts the utils/run script to execute >> the JavaScript test suite. This script leaves the files >> couchdb.stdout and couchdb.stderr which caused the distcheck >> target to fail. >> >> >> Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo >> Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/8f38cbed >> Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/8f38cbed >> Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/8f38cbed >> >> Branch: refs/heads/master >> Commit: 8f38cbed2b952e3eb27e36deeb59c15abdad344a >> Parents: b68edd1 >> Author: Filipe David Borba Manana >> Authored: Mon Dec 5 16:55:46 2011 +0000 >> Committer: Filipe David Borba Manana >> Committed: Mon Dec 5 16:55:46 2011 +0000 >> >> ---------------------------------------------------------------------- >> =C2=A0Makefile.am | =C2=A0 =C2=A02 ++ >> =C2=A01 files changed, 2 insertions(+), 0 deletions(-) >> ---------------------------------------------------------------------- >> >> >> http://git-wip-us.apache.org/repos/asf/couchdb/blob/8f38cbed/Makefile.am >> ---------------------------------------------------------------------- >> diff --git a/Makefile.am b/Makefile.am >> index 01879dc..98c7be9 100644 >> --- a/Makefile.am >> +++ b/Makefile.am >> @@ -113,6 +113,8 @@ distclean-local: >> =C2=A0 =C2=A0 =C2=A0 =C2=A0rm -fr $(top_builddir)/etc/couchdb/default.d >> =C2=A0 =C2=A0 =C2=A0 =C2=A0rm -fr $(top_builddir)/etc/couchdb/local.d >> =C2=A0 =C2=A0 =C2=A0 =C2=A0rm -fr $(top_builddir)/tmp >> + =C2=A0 =C2=A0 =C2=A0 rm -f couchdb.stdout >> + =C2=A0 =C2=A0 =C2=A0 rm -f couchdb.stderr >> >> =C2=A0.PHONY: local-clean >> =C2=A0local-clean: maintainer-clean >> >> --=20 Filipe David Manana, "Reasonable men adapt themselves to the world. =C2=A0Unreasonable men adapt the world to themselves. =C2=A0That's why all progress depends on unreasonable men."