* builds/toplevel.mk (dist): Improve compatibility with BSD tar.

This commit is contained in:
Alexei Podtelezhnikov 2025-11-17 12:12:34 -05:00
parent fc9cc5038e
commit 6d4977d660

View file

@ -259,9 +259,9 @@ dist:
mv tmp freetype-$(version)
tar -H ustar -chf - freetype-$(version) \
tar --format=ustar -chf - freetype-$(version) \
| gzip -9 -c > freetype-$(version).tar.gz
tar -H ustar -chf - freetype-$(version) \
tar --format=ustar -chf - freetype-$(version) \
| xz -c > freetype-$(version).tar.xz
@# Use CR/LF for zip files.