Re: [PATCH] Fix install-tests target for vpath builds - Mailing list pgsql-hackers

From Craig Ringer
Subject Re: [PATCH] Fix install-tests target for vpath builds
Date
Msg-id CAMsr+YEfYfYAMZq5FvBq62y1G1TyUCUd+MW__AkWLpg_fBtxjg@mail.gmail.com
Whole thread Raw
In response to [PATCH] Fix install-tests target for vpath builds  (Craig Ringer <craig@2ndquadrant.com>)
List pgsql-hackers
On Thu, 23 Apr 2020 at 12:55, Craig Ringer <craig@2ndquadrant.com> wrote:
Patch 0001 fixes this issue with vpath postgres builds:

$ make -C src/test/regress install-tests
/usr/bin/install: cannot create regular file 'PGPREFIX/lib/postgresql/regress/PGPREFIX/src/test/regress/expected/errors.out': No such file or directory
make: *** [GNUmakefile:90: install-tests] Error 1

(where PGPREFIX is your --prefix)

It also makes the install-tests target a toplevel target for convenience.


Poke?

Anybody willing to pick up a vpath build fix?


--
 Craig Ringer                   http://www.2ndQuadrant.com/
 2ndQuadrant - PostgreSQL Solutions for the Enterprise

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: what can go in root.crt ?
Next
From: Michael Paquier
Date:
Subject: Re: Why don't you to document pg_shmem_allocations view's name list?