Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ed398055
Commit
ed398055
authored
Jan 16, 2008
by
Glenn Morris
Browse files
Sven Joachim <svenjoac at gmx.de>
Add --lzma.
parent
309c894f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
ChangeLog
ChangeLog
+4
-0
make-dist
make-dist
+6
-0
No files found.
ChangeLog
View file @
ed398055
2008-01-16 Sven Joachim <svenjoac@gmx.de>
* make-dist: Add --lzma.
2008-01-16 Glenn Morris <rgm@gnu.org>
* Makefile.in (maybe_bootstrap): Remove texinfo message, since
...
...
make-dist
View file @
ed398055
...
...
@@ -85,6 +85,10 @@ while [ $# -gt 0 ]; do
"--bzip2"
)
default_gzip
=
"bzip2"
;;
## Same with lzma.
"--lzma"
)
default_gzip
=
"lzma"
;;
"--snapshot"
)
clean_up
=
yes
...
...
@@ -99,6 +103,7 @@ while [ $# -gt 0 ]; do
echo
" --bzip2 use bzip2 instead of gzip"
echo
" --clean-up delete staging directories when done"
echo
" --compress use compress instead of gzip"
echo
" --lzma use lzma instead of gzip"
echo
" --newer=TIME don't include files older than TIME"
echo
" --no-check don't check for bad file names etc."
echo
" --no-update don't recompile or do analogous things"
...
...
@@ -750,6 +755,7 @@ if [ "${make_tar}" = yes ]; then
case
"
${
default_gzip
}
"
in
bzip2
)
gzip_extension
=
.bz2
;;
compress
*
)
gzip_extension
=
.Z
;;
lzma
)
gzip_extension
=
.lzma
;;
*
)
gzip_extension
=
.gz
;;
esac
echo
"Creating tar file"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment