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

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Peter Eisentraut - PostgreSQL <petere(at)hub(dot)org>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql/src (Makefile.global.in)
Date: 2000-10-20 17:54:34
Message-ID: Pine.LNX.4.21.0010201946030.789-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net http://yi.org/peter-e/

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut - PostgreSQL 2000-10-20 21:03:01 pgsql (configure configure.in)
Previous Message Peter Eisentraut 2000-10-20 17:43:02 Re: pgsql/src/interfaces/libpq (Makefile)