projects
/
platform
/
upstream
/
automake.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f02d6e2
)
Added comment about OSF tar
author
Tom Tromey
<tromey@redhat.com>
Sun, 16 Jan 2000 21:35:26 +0000
(21:35 +0000)
committer
Tom Tromey
<tromey@redhat.com>
Sun, 16 Jan 2000 21:35:26 +0000
(21:35 +0000)
automake.in
patch
|
blob
|
history
diff --git
a/automake.in
b/automake.in
index
9f4121f
..
9a58889
100755
(executable)
--- a/
automake.in
+++ b/
automake.in
@@
-6710,6
+6710,10
@@
sub initialize_global_constants
. "\n");
$dist{'dist-zip'} = ("\t" . '-rm -f $(distdir).zip' . "\n" .
"\t" . 'zip -rq $(distdir).zip $(distdir)' . "\n");
+
+ # Note that we don't use GNU tar's `-z' option. One reason (but
+ # not the only reason) is that some versions of tar (e.g., OSF1)
+ # interpret `-z' differently.
$dist{'dist'} = ("\t"
. '$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c > $(distdir).tar.gz'
. "\n");