]> granicus.if.org Git - postgresql/commit
Back-patch creation of tar.bz2 tarball during "make dist".
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 3 Jul 2011 20:40:37 +0000 (16:40 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 3 Jul 2011 20:40:37 +0000 (16:40 -0400)
commit41fd96928968c4e7ccececb3a3e013f2521bb6cd
tree27dbfd2d28fa85710d434810e9857f183733232b
parent457c2d9158d35240ec54ea2052d89ff4f8fe19db
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.
GNUmakefile.in
src/Makefile.global.in