Re: conversion_procs makefiles

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Subject: Re: conversion_procs makefiles
Date: 2007-05-05 13:58:54
Message-ID: 200705051558.54436.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Zdenek Kotala 2007-05-05 14:24:38 Re: New idea for patch tracking
Previous Message Russell Smith 2007-05-05 12:55:35 Re: Removing pg_auth_members.grantor (was Grantor name gets lost when grantor role dropped)