Re: Faster install-sh in C - Mailing list pgsql-patches

From Peter Eisentraut
Subject Re: Faster install-sh in C
Date
Msg-id 200503041120.07976.peter_e@gmx.net
Whole thread Raw
In response to Re: Faster install-sh in C  (Neil Conway <neilc@samurai.com>)
Responses Re: Faster install-sh in C
List 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/

pgsql-patches by date:

Previous
From: Zouari Fourat
Date:
Subject: Re: is it a bug ?
Next
From: Manuel Baena García
Date:
Subject: contrib dbf2sql.pl