From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Fix some oversights in distprep and maintainer-clean targets. |
Date: | 2011-03-10 05:04:15 |
Message-ID: | E1PxY2p-0001xJ-QS@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Fix some oversights in distprep and maintainer-clean targets.
At least two recent commits have apparently imagined that a comment in
a Makefile stating that something would be included in the distribution
tarball was sufficient to make it so. They hadn't bothered to hook
into the upper maintainer-clean targets either. Per bug #5923 from
Charles Johnson, in which it emerged that the 9.1alpha4 tarballs are
short a few files that should be there.
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/174f65ab00bb8de0f119a6a60d562b516ba71bba
Modified Files
--------------
src/Makefile | 5 +++++
src/backend/Makefile | 6 +++++-
src/test/isolation/Makefile | 6 ++++--
3 files changed, 14 insertions(+), 3 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2011-03-10 05:12:56 | pgsql: replication/repl_gram.h needs to be cleaned too ... |
Previous Message | Bruce Momjian | 2011-03-10 04:41:37 | Re: pgsql: Suppress some "variable might be clobbered by longjmp" warnings. |