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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Regression makefile now needs to make separate lists of what to
Date: 2007-03-13 22:56:48
Message-ID: 20070313225648.CF7329FA618@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Modified Files:
--------------
pgsql/src/test/regress:
GNUmakefile (r1.66 -> r1.67)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/GNUmakefile.diff?r1=1.66&r2=1.67)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2007-03-13 23:33:18 Re: pgsql: Regression makefile now needs to make separate lists of what to
Previous Message Magnus Hagander 2007-03-13 16:03:36 pgsql: Rewrite win32 install documentation (it's not client only