Re: PATCH: Allow distdir to be overridden on make command line - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: PATCH: Allow distdir to be overridden on make command line
Date
Msg-id CAB7nPqSts4p1wJxLXmcZGoSCCcrAsFbsy5FHG9Ez8mNLtscGrQ@mail.gmail.com
Whole thread Raw
In response to Re: PATCH: Allow distdir to be overridden on make command line  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers



On Sun, Aug 31, 2014 at 10:37 AM, Peter Eisentraut <peter_e@gmx.net> wrote:
On Fri, 2014-08-29 at 10:04 +0800, Craig Ringer wrote:
> Not just a one line patch, a one character patch.
>
> Use ?= instead of = in distdir assignment, so it can be overridden on
> the command line when building dist tarballs with patches.

This is already possible without this patch.

You can also override the VERSION variable.

Moreover, you might be interested in the configure option
--with-extra-version.
 
--with-extra-version is available as well with MSVC scripts on HEAD.
--
Michael

pgsql-hackers by date:

Previous
From: Mitsumasa KONDO
Date:
Subject: Re: postgresql latency & bgwriter not doing its job
Next
From: Sawada Masahiko
Date:
Subject: Re: add line number as prompt option to psql