1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Add NO_INSTALL option to pgxs

Apply in libpq_pipeline test makefile, so that the test file is not
installed into tmp_install.

Reviewed-by: Alvaro Herrera <alvherre@alvh.no-ip.org>
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://www.postgresql.org/message-id/flat/cb9d16a6-760f-cd44-28d6-b091d5fb6ca7%40enterprisedb.com
This commit is contained in:
Peter Eisentraut
2021-05-27 13:58:13 +02:00
parent 0251106634
commit 6abc8c2596
3 changed files with 25 additions and 0 deletions

View File

@ -1672,6 +1672,16 @@ include $(PGXS)
</listitem>
</varlistentry>
<varlistentry>
<term><varname>NO_INSTALL</varname></term>
<listitem>
<para>
don't define an <literal>install</literal> target, useful for test
modules that don't need their build products to be installed
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><varname>NO_INSTALLCHECK</varname></term>
<listitem>