* gcc_release (build_tarfile): Build .bz2 files instead of .gz files.
commit6d03e4eb70f7d06de1b479d43fe6f5477efe905c
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Jun 2003 09:02:45 +0000 (17 09:02 +0000)
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Jun 2003 09:02:45 +0000 (17 09:02 +0000)
tree73596c5b4eabf16d03dff6b0287f26a0f4288eec
parent999e5b248c173fe853e5d65302edfacf4e1d3de0
* gcc_release (build_tarfile): Build .bz2 files instead of .gz files.
(build_bz2): Rename to build_gzip and create .gz files from .bz2
files instead of the other way around.
(build_gzip): New function.
(build_diffs): Build .bz2 files instead of .gz files.
(build_diff): Use .bz2 files instead of .gz files.
Make an error message independent of the compression format.
(MODE_BZIP2): Rename to MODE_GZIP.  Related changes to the
invocation of this script.
(MODE_GZIP): New variable.
(OLD_TARS): Use .bz2 archive of the previous snapshot.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68074 138bc75d-0d04-0410-961f-82ee72b054a4
maintainer-scripts/ChangeLog
maintainer-scripts/gcc_release