Re: pgsql/src (Makefile.global.in) - Mailing list pgsql-committers

From Peter Eisentraut
Subject Re: pgsql/src (Makefile.global.in)
Date
Msg-id Pine.LNX.4.21.0010201946030.789-100000@peter.localdomain
Whole thread Raw
In response to Re: pgsql/src (Makefile.global.in)  (Hiroshi Inoue <Inoue@tpf.co.jp>)
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: pgsql/src/interfaces/libpq (Makefile)
Next
From: Peter Eisentraut - PostgreSQL
Date:
Subject: pgsql (configure configure.in)