pgsql: Back-patch creation of tar.bz2 tarball during "make dist". - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Back-patch creation of tar.bz2 tarball during "make dist".
Date
Msg-id E1QdTTQ-0000z7-PQ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Back-patch creation of tar.bz2 tarball during "make dist".

Since commit a4d03bbcdaf7739d7e9073ee76bb186f68ddc163, "make dist" has
built both gzip- and bzip2-compressed tarballs.  However, this was
pretty useless, because our tarball build script didn't know about it
and proceeded to overwrite the bz2 file with new data.  Back-patch the
change to all active branches, so that creation of the tar.bz2 file
can be removed from the build script.

Branch
------
REL8_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/41fd96928968c4e7ccececb3a3e013f2521bb6cd

Modified Files
--------------
GNUmakefile.in         |    8 +++++---
src/Makefile.global.in |    4 ++--
2 files changed, 7 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Make distprep and *clean build targets recurse into all subdirec
Next
From: Tom Lane
Date:
Subject: pgsql: Back-patch creation of tar.bz2 tarball during "make dist".