Re: pgcrypto: Makefile check

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgcrypto: Makefile check
Дата
Msg-id 15633.1101138381@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgcrypto: Makefile check  (Neil Conway <neilc@samurai.com>)
Ответы Re: pgcrypto: Makefile check
Список pgsql-patches
Neil Conway <neilc@samurai.com> writes:
> This patch makes the pgcrypto Makefile check that a recognized random
> source has been defined. If no such source is defined, pgcrypto will
> compile successfully but will be unusable.

Oh?

> +$(error "Unrecognized random source: $(random)")

Doesn't look like a successful compile to me.  What's worse, this would
also cause maintenance operations (like "make clean") to fail.

(I see little point in this anyway given that the makefile defaults to
"random = silly" further up.)

            regards, tom lane

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

Предыдущее
От: Troels Arvin
Дата:
Сообщение: Re: SQL Conformance introductory section
Следующее
От: Andreas Pflug
Дата:
Сообщение: htmlhelp generation