Re: BDR-Plugin make install on RHEL7.1 - Mailing list pgsql-general

From Frank Nagel
Subject Re: BDR-Plugin make install on RHEL7.1
Date
Msg-id 1446126109.2727.80.camel@staff.uni-marburg.de
Whole thread Raw
In response to BDR-Plugin make install on RHEL7.1  (Will McCormick <wmccormick@gmail.com>)
List pgsql-general
On Thu, 2015-10-29 at 08:33 -0400, Will McCormick wrote:
> Trying to get the bdr-plugin to install make install on RHEL7.1. Having some issues with make of the plugin.
>
> <snip>
>
> # make -j4 -s all make -s install
> make: *** No rule to make target `make'.  Stop.
> make: *** Waiting for unfinished jobs....

Your last command should probably look more like this:

# make -j4 -s all && make -s install




pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Better way to process boolean query result in shell-like situations?
Next
From: Adrian Klaver
Date:
Subject: Re: How can I change defined schema of linked tables when using Access linked table manager odbc connection