PATCH: Allow distdir to be overridden on make command line

From: Craig Ringer <craig(at)2ndquadrant(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: PATCH: Allow distdir to be overridden on make command line
Date: 2014-08-29 02:04:38
Message-ID: 53FFDFB6.6000201@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

Yes, you can just modify GNUMakefile.in, but that's extra noise in a
diff, adds merge conflicts, etc.

Please apply. Surely this is harmless?

--
Craig Ringer http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

Attachment Content-Type Size
0001-Allow-distdir-to-be-overridden-on-the-make-command-l.patch text/x-patch 896 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Craig Ringer 2014-08-29 02:17:17 Re: Why data of timestamptz does not store value of timezone passed to it?
Previous Message Bruce Momjian 2014-08-29 01:54:08 Re: Why data of timestamptz does not store value of timezone passed to it?