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

From Peter Eisentraut
Subject Re: PATCH: Allow distdir to be overridden on make command line
Date
Msg-id 1409449048.14080.1.camel@vanquo.pezone.net
Whole thread Raw
In response to PATCH: Allow distdir to be overridden on make command line  (Craig Ringer <craig@2ndquadrant.com>)
Responses Re: PATCH: Allow distdir to be overridden on make command line
List pgsql-hackers
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.




pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: SKIP LOCKED DATA (work in progress)
Next
From: Mitsumasa KONDO
Date:
Subject: Re: postgresql latency & bgwriter not doing its job