pgsql: For automatic dependency tracking, replace our sed hackery with - Mailing list pgsql-committers

From petere@postgresql.org (Peter Eisentraut)
Subject pgsql: For automatic dependency tracking, replace our sed hackery with
Date
Msg-id 20060721223737.C271A9FA5BF@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
For automatic dependency tracking, replace our sed hackery with the GCC-
-built-in mechanism through the -MP flag.  Adjust the file extensions to
look more like Automake practice.  This frees up the .d suffix for use by
DTrace.

Modified Files:
--------------
    pgsql/src:
        Makefile.global.in (r1.223 -> r1.224)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/Makefile.global.in.diff?r1=1.223&r2=1.224)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add the full set of comparison functions for type TID, including
Next
From: adunstan@postgresql.org (Andrew Dunstan)
Date:
Subject: pgsql: Add libdir to PATH for Cygwin as well as WIN32 - should fix