pgsql: The previous build rules caused each binary to be re-linked on

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: The previous build rules caused each binary to be re-linked on
Date: 2004-10-15 17:10:58
Message-ID: 20041015171058.EFA7032BEF9@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
The previous build rules caused each binary to be re-linked on every
"make", even if nothing had changed. With this patch, it's only relinked
if it's actually updated.

//Magnus

PS. Yes, the old buildrule for the .rc file is still needed, as it's
used by pgevent.rc (or any other binary in the future that would need
it's own .rc file)

Magnus Hagander

Modified Files:
--------------
pgsql/src:
Makefile.global.in (r1.202 -> r1.203)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/Makefile.global.in.diff?r1=1.202&r2=1.203)

Browse pgsql-committers by date

  From Date Subject
Next Message User Dpage 2004-10-15 20:46:28 pginstaller - web: Minor FAQ updates.
Previous Message Bruce Momjian 2004-10-15 17:08:27 pgsql: I have attached 5 patches (split up for ease of review) to