Re: Faster install-sh in C

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>, Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Faster install-sh in C
Date: 2005-03-04 10:20:07
Message-ID: 200503041120.07976.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Am Freitag, 4. März 2005 01:11 schrieb Neil Conway:
> Alvaro Herrera wrote:
> > I wrote an "install" program in C. It's supposed to replace the
> > config/install-sh script, limited to the functionality we need, i.e.
> > what is in Makefiles in the Pg main source tree. The main objective of
> > this exercise is to reduce "make install" execution time; a part of that
> > is being able to install multiple files with one command.
>
> What's the status of this patch?

I'm not convinced that this is the best approach. Apparently, PostgreSQL is
about the only project that is somehow bothered by this. It would be more
productive to find out why we can't use the system install and find fixes for
that.

Anyway, if you want to speed up your installation today, just override the
INSTALL variable by hand.

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

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Robert Treat 2005-03-04 14:12:22 Re: Where to see the patch queue (was Re: [PATCHES] Patch
Previous Message Zouari Fourat 2005-03-04 08:31:38 Re: is it a bug ?