pgsql-server/ oc/TODO rc/port/Makefile

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/ oc/TODO rc/port/Makefile
Date: 2003-08-13 03:12:04
Message-ID: 20030813031204.B7E8ED1C4C7@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)svr1(dot)postgresql(dot)org 03/08/13 00:12:04

Modified files:
doc : TODO
src/port : Makefile

Log message:
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

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2003-08-13 14:37:56 pgsql-server/contrib/tsearch2 wparser_def.c
Previous Message Tom Lane 2003-08-12 22:42:01 pgsql-server/src/backend/libpq pqcomm.c