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/

---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Reply via email to