]> git.ipfire.org Git - thirdparty/make.git/commit
[SV 63867] Don't use --sort to generate error report tar files
authorPaul Smith <psmith@gnu.org>
Sun, 5 Mar 2023 14:09:46 +0000 (09:09 -0500)
committerPaul Smith <psmith@gnu.org>
Sat, 25 Mar 2023 20:02:59 +0000 (16:02 -0400)
commit3088e3e69874f4f25349e1870da5eeeb8a88e1ca
tree847c9e920d023727741e2132834b15f9a5e9f39e
parentbf7f690202a78bc4e1588302f9ba6a10a4c273af
[SV 63867] Don't use --sort to generate error report tar files

Older versions of GNU tar parse the TAR_OPTIONS variable, but do not
accept the --sort option: remove it before creating the error report
tar files.  Note we still require a modern GNU tar to create release
tar files.  Reported by Dmitry Goncharov <dgoncharov@users.sf.net>

* Makefile.am (check-regression): Remove --sort from TAR_OPTIONS
Makefile.am