Re: pgsql: Regression makefile now needs to make separate lists of what to

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Tom Lane <tgl(at)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Regression makefile now needs to make separate lists of what to
Date: 2007-03-13 23:33:18
Message-ID: 45F734BE.3020509@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Tom Lane wrote:
> Log Message:
> -----------
> Regression makefile now needs to make separate lists of what to clean
> for input/ and output/ directories, because with the addition of
> largeobject_1.source, they're not the same list. Apparently the current
> buildfarm process does not exercise whether 'make distclean' leaves a
> clean tree behind, else the farm would have been failing for awhile.
>
>

The buildfarm doesn't run "make distclean". Except for vpath builds, it
always builds against a copy of the repo, which is thrown away at the
end of the run. In the vpath case, the vpath directory tree is discarded.

Thanks for fixing the makefile.

cheers

andrew

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-03-14 00:15:26 pgsql: Fix broken markup, strange tab width.
Previous Message Tom Lane 2007-03-13 22:56:48 pgsql: Regression makefile now needs to make separate lists of what to