Re: conversion_procs makefiles - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: conversion_procs makefiles
Date
Msg-id 200705051558.54436.peter_e@gmx.net
Whole thread Raw
In response to conversion_procs makefiles  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
Alvaro Herrera wrote:
> I noticed that conversion_procs is sadly single-tasked to build.  I
> am wondering if it would be acceptable to rework the Makefile.shlib
> to have an option to allow building multiple libs, by creating a rule
> to collect libraries to build, and have each conversion_proc Makefile
> add a target to that.  Then the whole lot of libraries would be built
> by a single non-recursive make pass, instead of the current recursive
> approach.

There is certainly room for improvement there.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


pgsql-hackers by date:

Previous
From: Russell Smith
Date:
Subject: Re: [BUGS] Removing pg_auth_members.grantor (was Grantor name gets lost when grantor role dropped)
Next
From: Zdenek Kotala
Date:
Subject: Re: New idea for patch tracking