Can you prefix these paths with $(top_builddir)/ please? 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 > >
