diff options
author | Nick Clifton <nickc@redhat.com> | 2017-09-15 16:18:20 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2017-09-15 16:18:20 +0100 |
commit | ef87240fd95c5f29a697eccf20b2f1f6dc3593a6 (patch) | |
tree | 1da1b47ec486d041d2757d7a4a3bb647edcb9b17 /ChangeLog | |
parent | 0eb0a40713c6479e782e5a257793d28f647e38bd (diff) | |
download | gdb-ef87240fd95c5f29a697eccf20b2f1f6dc3593a6.zip gdb-ef87240fd95c5f29a697eccf20b2f1f6dc3593a6.tar.gz gdb-ef87240fd95c5f29a697eccf20b2f1f6dc3593a6.tar.bz2 |
Add -l option to src-release script.
Since we are updating src-release.sh I thought I would check in this
small patch. It adds the option to create lzip compressed tarballs
via the -l command line option.
* src-release.sh (LZIPPROG): New define. Provides the name of the
lzip program.
(do_lz): New function. Compresses a tarball using the lzip
program.
(do_compress): Add support for lzip compression.
(usage): Mention -l option.
(build_release): Support -l option to invoke lzip compression.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2017-09-15 Nick Clifton <nickc@redhat.com> + + * src-release.sh (LZIPPROG): New define. Provides the name of the + lzip program. + (do_lz): New function. Compresses a tarball using the lzip + program. + (do_compress): Add support for lzip compression. + (usage): Mention -l option. + (build_release): Support -l option to invoke lzip compression. + 2017-09-15 Alan Modra <amodra@gmail.com> * src-release.sh (do_proto_toplev): Revert last patch. Enable or |