]> git.eshelyaron.com Git - emacs.git/commit
Port distribution tarball to Solaris 10
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 25 Jun 2022 19:51:28 +0000 (14:51 -0500)
committerEli Zaretskii <eliz@gnu.org>
Sun, 26 Jun 2022 13:22:04 +0000 (16:22 +0300)
commitfd04009d167a620513fa948155c2e30040a142c2
tree5cf5e926f0e2c18b6da3664f6614fbd1ac402e86
parenta9d338818ae9ec789b90f1b3d5700d25fcdbbab6
Port distribution tarball to Solaris 10

* make-dist (taropt): Use 'tar -H ustar' to generate a portable
tar file format instead of a GNU-specific format.  Needed now that
Emacs tarballs contain file names longer than 100 bytes, e.g.:
emacs-28.1/test/lisp/gnus/mml-sec-resources/private-keys-v1.d/C072AF82DCCCB9A7F1B85FFA10B802DC4ED16703.key
emacs-28.1/test/lisp/emacs-lisp/bytecomp-resources/error-lexical-var-with-run-hook-with-args-until-success.el
Without this patch, extracting a tarball on Solaris 10 fails with
many diagnostics like “tar: ././@LongLink: typeflag 'L' not
recognized, converting to regular file”.

(cherry picked from commit 4410f5d86997b6b238ff05c2ece338b28e1163b1)
make-dist