[patch] jdbc build fix when ./configure is run in separate dir

Поиск
Список
Период
Сортировка
От tim@keow.org
Тема [patch] jdbc build fix when ./configure is run in separate dir
Дата
Msg-id 20040119075403.GB2150@keow.org
обсуждение исходный текст
Ответы Re: [patch] jdbc build fix when ./configure is run in separate  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
When ./configure is run outside the source directory
(to keep the build files separate from the source files),
make fails for the jdbc target because ant is not informed
of the configure/build directory location.

This patch fixes this, but could you please review it
for portability, etc.  For example, I am not sure that
`pwd` is the best way to find the configure/build dir.

HTH
--Tim Larson

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: User Defined Functions/AM's inherently slow?
Следующее
От: Jan Wieck
Дата:
Сообщение: Re: What's planned for 7.5?