Clean up temp installations after client program tests.

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

Commit: 49137ec9d469f744289d0dfa2487a7fc1ef217cb
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2014-04-25T19:40:35Z
Releases: 9.4.0
Clean up temp installations after client program tests.

Commit 7d0f493f19607774fdccb1a1ea06fdd96a3d9698 added infrastructure
to perform tests in assorted src/bin/ subdirectories, but forgot to
teach "make clean" to clean up the detritus the tests leave behind.

Files

PathChange+/−
src/bin/initdb/Makefile modified +1 −2
src/bin/pg_basebackup/Makefile modified +1 −0
src/bin/pg_config/Makefile modified +1 −0
src/bin/pg_controldata/Makefile modified +1 −0
src/bin/pg_ctl/Makefile modified +1 −0
src/bin/scripts/Makefile modified +1 −2