]> granicus.if.org Git - postgresql/commit
Fix bogus handling of $(X) (i.e., ".exe") in isolationtester Makefile.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 1 Nov 2012 23:48:53 +0000 (19:48 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 1 Nov 2012 23:48:53 +0000 (19:48 -0400)
commitef28e05ac50a557b6c1214171c93b576a6709802
treeaf44f5d13a1ce7d17ce17aa9f5e33bb90455f089
parent19e36477b383c62009361b2221cb51e9f63132d9
Fix bogus handling of $(X) (i.e., ".exe") in isolationtester Makefile.

I'm not sure why commit 1eb1dde049ccfffc42c80c2bcec14155c58bcc1f seems
to have made this start to fail on Cygwin when it never did before ---
but nonetheless, the coding was pretty bogus, and unlike the way we
handle $(X) anywhere else.  Per buildfarm.
src/test/isolation/Makefile