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

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql: The previous build rules caused each binary to be re-linked on
Date
Msg-id 20041015171058.EFA7032BEF9@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: I have attached 5 patches (split up for ease of review) to
Next
From: dpage@pgfoundry.org (User Dpage)
Date:
Subject: pginstaller - web: Minor FAQ updates.