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

From Craig Ringer
Subject PATCH: Allow distdir to be overridden on make command line
Date
Msg-id 53FFDFB6.6000201@2ndquadrant.com
Whole thread Raw
Responses Re: PATCH: Allow distdir to be overridden on make command line
List 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

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Why data of timestamptz does not store value of timezone passed to it?
Next
From: Craig Ringer
Date:
Subject: Re: Why data of timestamptz does not store value of timezone passed to it?