Re: [PATCH] Fix install-tests target for vpath builds

From: Craig Ringer <craig(at)2ndquadrant(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] Fix install-tests target for vpath builds
Date: 2020-05-26 02:06:53
Message-ID: CAMsr+YEfYfYAMZq5FvBq62y1G1TyUCUd+MW__AkWLpg_fBtxjg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, 23 Apr 2020 at 12:55, Craig Ringer <craig(at)2ndquadrant(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2020-05-26 02:08:55 Re: Why don't you to document pg_shmem_allocations view's name list?
Previous Message Bruce Momjian 2020-05-26 02:03:43 Re: what can go in root.crt ?