From: | Peter Eisentraut - PostgreSQL <petere(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql/src/pl/tcl (Makefile) |
Date: | 2000-10-20 21:04:19 |
Message-ID: | 200010202104.e9KL4Jr68843@hub.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Date: Friday, October 20, 2000 @ 17:04:17
Author: petere
Update of /home/projects/pgsql/cvsroot/pgsql/src/pl/tcl
from hub.org:/home/projects/pgsql/tmp/cvs-serv64892/src/pl/tcl
Modified Files:
Makefile
----------------------------- Log Message -----------------------------
Add support for VPATH builds, that is, building somewhere else than in the
source directory. This involves mostly makefiles using $(srcdir) when they
might have used ".". (Regression tests don't work with this, yet.)
Sort out usage of CPPFLAGS, CFLAGS (and CXXFLAGS). Add "override" keyword
in most places, to preserve necessary flags even when the user overrode the
flags.
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut - PostgreSQL | 2000-10-20 21:04:21 | pgsql/src/test/bench (Makefile) |
Previous Message | Peter Eisentraut - PostgreSQL | 2000-10-20 21:04:17 | pgsql/src/pl/plpgsql/src (Makefile) |