Re: Linking backend in one piece - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Linking backend in one piece
Date
Msg-id 20080222162623.GH9392@alvh.no-ip.org
Whole thread Raw
In response to Re: Linking backend in one piece  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Peter Eisentraut wrote:

> Eventually, we could ideally transform the subdirectory Makefiles from 
> independently callable Makefiles to mere include files so we have only one 
> big dependency tree at the top, which would get rid of the annoying and 
> time-consuming directory traversal.  This, however, raises other issues, such 
> as that some compilers do not support creating output files in 
> subdirectories.  I tried to support all of this in parallel but didn't 
> succeeed without creating a big mess.  We can always come back to that later.

Ah, right, that was what I was thinking about.  Sure, we can investigate
that later.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Including PL/PgSQL by default
Next
From: Tom Lane
Date:
Subject: Re: Including PL/PgSQL by default