Re: pgsql/src (Makefile.global.in)

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: pgsql/src (Makefile.global.in)
Дата
Msg-id Pine.LNX.4.21.0010201946030.789-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: pgsql/src (Makefile.global.in)  (Hiroshi Inoue <Inoue@tpf.co.jp>)
Список pgsql-committers
Hiroshi Inoue writes:

> Sorry to trouble you.  I posted my previous mail to Peter.
> Maybe I would be the first and last man who complains about
> this. My working directory name doesn't contain neither pgsql
> nor postgres. My DATALIB is .../test/regress/tmp_check/
> postgresql/share due to Peter's change but runcheck.sh
> ^^^^^^^^^^^^
> doesn't know it.

Hmm...  This is a twofold runcheck.sh bug which was just waiting to
happen:

1. If you override the installation directories, either using an explicit
--xxxdir option, or implicitly as done here, runcheck.sh's hardwired
installation layout knowlegde fails.

2. make install prefix=somewhere doesn't work either if you use configure
--xxxdir options.

That's why runcheck.sh has been replaced.  You can run the regression
tests with "make check".

If you're attached to the old driver, perhaps we could trick it by
renaming "tmp_check" to "tmp_check_pgsql" or so.

--
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: pgsql/src/interfaces/libpq (Makefile)
Следующее
От: Peter Eisentraut - PostgreSQL
Дата:
Сообщение: pgsql (configure configure.in)