Re: Faster install-sh in C

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Faster install-sh in C
Дата
Msg-id 200503041120.07976.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: Faster install-sh in C  (Neil Conway <neilc@samurai.com>)
Ответы Re: Faster install-sh in C
Список 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 по дате отправления:

Предыдущее
От: Zouari Fourat
Дата:
Сообщение: Re: is it a bug ?
Следующее
От: Manuel Baena García
Дата:
Сообщение: contrib dbf2sql.pl