Thanks. :) On Tue, Dec 6, 2011 at 9:29 AM, Filipe David Manana <[email protected]>wrote:
> On Tue, Dec 6, 2011 at 1:27 AM, Noah Slater <[email protected]> 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, <[email protected]> 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 <[email protected]> > >> Authored: Mon Dec 5 16:55:46 2011 +0000 > >> Committer: Filipe David Borba Manana <[email protected]> > >> 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." >
