You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by Noah Slater <ns...@tumbolia.org> on 2011/12/06 02:27:34 UTC

Re: git commit: Fix distcheck make target

Can you prefix these paths with $(top_builddir)/ please?

On Mon, Dec 5, 2011 at 4:58 PM, <fd...@apache.org> wrote:

> Updated Branches:
>  refs/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 <fd...@apache.org>
> Authored: Mon Dec 5 16:55:46 2011 +0000
> Committer: Filipe David Borba Manana <fd...@apache.org>
> Committed: Mon Dec 5 16:55:46 2011 +0000
>
> ----------------------------------------------------------------------
>  Makefile.am |    2 ++
>  1 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:
>        rm -fr $(top_builddir)/etc/couchdb/default.d
>        rm -fr $(top_builddir)/etc/couchdb/local.d
>        rm -fr $(top_builddir)/tmp
> +       rm -f couchdb.stdout
> +       rm -f couchdb.stderr
>
>  .PHONY: local-clean
>  local-clean: maintainer-clean
>
>

Re: git commit: Fix distcheck make target

Posted by Noah Slater <ns...@tumbolia.org>.
Thanks. :)

On Tue, Dec 6, 2011 at 9:29 AM, Filipe David Manana <fd...@apache.org>wrote:

> On Tue, Dec 6, 2011 at 1:27 AM, Noah Slater <ns...@tumbolia.org> 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, <fd...@apache.org> wrote:
> >
> >> Updated Branches:
> >>  refs/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 <fd...@apache.org>
> >> Authored: Mon Dec 5 16:55:46 2011 +0000
> >> Committer: Filipe David Borba Manana <fd...@apache.org>
> >> Committed: Mon Dec 5 16:55:46 2011 +0000
> >>
> >> ----------------------------------------------------------------------
> >>  Makefile.am |    2 ++
> >>  1 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:
> >>        rm -fr $(top_builddir)/etc/couchdb/default.d
> >>        rm -fr $(top_builddir)/etc/couchdb/local.d
> >>        rm -fr $(top_builddir)/tmp
> >> +       rm -f couchdb.stdout
> >> +       rm -f couchdb.stderr
> >>
> >>  .PHONY: local-clean
> >>  local-clean: maintainer-clean
> >>
> >>
>
>
>
> --
> Filipe David Manana,
>
> "Reasonable men adapt themselves to the world.
>  Unreasonable men adapt the world to themselves.
>  That's why all progress depends on unreasonable men."
>

Re: git commit: Fix distcheck make target

Posted by Filipe David Manana <fd...@apache.org>.
On Tue, Dec 6, 2011 at 1:27 AM, Noah Slater <ns...@tumbolia.org> 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, <fd...@apache.org> wrote:
>
>> Updated Branches:
>>  refs/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 <fd...@apache.org>
>> Authored: Mon Dec 5 16:55:46 2011 +0000
>> Committer: Filipe David Borba Manana <fd...@apache.org>
>> Committed: Mon Dec 5 16:55:46 2011 +0000
>>
>> ----------------------------------------------------------------------
>>  Makefile.am |    2 ++
>>  1 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:
>>        rm -fr $(top_builddir)/etc/couchdb/default.d
>>        rm -fr $(top_builddir)/etc/couchdb/local.d
>>        rm -fr $(top_builddir)/tmp
>> +       rm -f couchdb.stdout
>> +       rm -f couchdb.stderr
>>
>>  .PHONY: local-clean
>>  local-clean: maintainer-clean
>>
>>



-- 
Filipe David Manana,

"Reasonable men adapt themselves to the world.
 Unreasonable men adapt the world to themselves.
 That's why all progress depends on unreasonable men."