projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f466b83
)
* make-dist: Silence test of tar functionality.
author
Glenn Morris
<rgm@gnu.org>
Fri, 14 Dec 2018 19:57:11 +0000
(14:57 -0500)
committer
Glenn Morris
<rgm@gnu.org>
Fri, 14 Dec 2018 19:57:11 +0000
(14:57 -0500)
make-dist
patch
|
blob
|
history
diff --git
a/make-dist
b/make-dist
index bafcae35f080d2f8cd611a8ee257c80a06de9fa4..111149d5b761e50b63e123693571c0f581fc9915 100755
(executable)
--- a/
make-dist
+++ b/
make-dist
@@
-693,7
+693,7
@@
if [ "${make_tar}" = yes ]; then
case $default_gzip in
cat) tar $taropt -cf - $emacsname;;
*) if tar $taropt -cf /dev/null --use-compress-program="$default_gzip" \
- $emacsname/src/lisp.h
+ $emacsname/src/lisp.h
>& /dev/null
then
tar $taropt -cf - --use-compress-program="$default_gzip" $emacsname
else