I'm quite fond of doing VPATH builds, i.e. building outside the source
authorBruce Momjian <bruce@momjian.us>
Wed, 13 Aug 2003 03:12:04 +0000 (03:12 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 13 Aug 2003 03:12:04 +0000 (03:12 +0000)
commitdaea0827b1c372a2835ea07c05a5a0e29644c079
tree2e7636ef68b2bddc89a6a009497ee94ce75097dc
parent23ee9a6858d2e628a8fb1751789630d07ad9688d
I'm quite fond of doing VPATH builds, i.e. building outside the source
tree. This also catches lots of little Makefile bugs, so here's a small
patch for one of them (replacing an explicit reference to thread.c with
a reference to it as the first prerequsite of the rule makes make look
for it in the place where it was found (the source tree) rather than in
the build tree. (using GNU make 3.79.1)

John Gray
doc/TODO
src/port/Makefile