Regression makefile now needs to make separate lists of what to clean

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 08ed6c3c5b510dcef2f2e2b8de207613153e43a0
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-03-13T22:56:48Z
Releases: 8.3.0
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.

Files

PathChange+/−
src/test/regress/GNUmakefile modified +5 −4