shithub: freetype+ttf2subf

Download patch

ref: 7d3ab6a7db45a30560c9f71d2a6863dc6307904c
parent: a6adb256263b84dde322b1ef453298600d012c5f
author: Werner Lemberg <[email protected]>
date: Sat Dec 5 04:29:25 EST 2020

* builds/toplevel.mk (do-dist): Remove `submodules` directory.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2020-12-05  Werner Lemberg  <[email protected]>
+
+	* builds/toplevel.mk (do-dist): Remove `submodules` directory.
+
 2020-12-02  Werner Lemberg  <[email protected]>
 
 	* src/*: Don't use more than one '\n' in `FT_TRACE` and `FT_ERROR`.
--- a/builds/toplevel.mk
+++ b/builds/toplevel.mk
@@ -291,4 +291,7 @@
 	rm -rf docs/markdown
 	rm -f docs/mkdocs.yml
 
+	@# Remove more stuff related to git.
+	rm -rf submodules
+
 # EOF