]> sourceware.org Git - automake.git/commitdiff
Added comment about OSF tar
authorTom Tromey <tromey@redhat.com>
Sun, 16 Jan 2000 21:35:26 +0000 (21:35 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 16 Jan 2000 21:35:26 +0000 (21:35 +0000)
automake.in

index 9f4121f2bba90b950d1c65aaf8dabe6356a86bb2..9a58889bacd8441e915c974413f8c5065019c957 100755 (executable)
@@ -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");
This page took 0.03362 seconds and 5 git commands to generate.