Re: Faster install-sh in C

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: Faster install-sh in C
Дата
Msg-id 42420B45.8050804@samurai.com
обсуждение исходный текст
Ответ на Re: Faster install-sh in C  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Список pgsql-patches
Alvaro Herrera wrote:
> Also, keep in my that this C install program has the extra feature of
> being able to install multiple files on one invocation, per suggestion
> from Tom Lane.  This allows us to save the nested for-loop in
> src/include/Makefile.  GNU install (available on my system) also has
> this capability, but would we be able to use the trick if we had to
> cater for the lowest common denominator found on other, non-GNU-enabled
> systems?

Why not check for GNU install in configure, and only enable the
optimization if it is available?

-Neil


В списке pgsql-patches по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: contrib dbf2sql.pl
Следующее
От: Neil Conway
Дата:
Сообщение: SPI_getnspname