shithub: freetype+ttf2subf

Download patch

ref: a0d32dc1fac29744757acd4431d1121e7be385bd
parent: 67750c8fa425a918f39b9145aa5aa494f40fddb3
author: Werner Lemberg <[email protected]>
date: Tue Aug 21 11:49:24 EDT 2001

* builds/dos/dos-def.mk (NO_OUTPUT): Don't use `&>' but `>'.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,13 @@
+2001-08-21  Werner Lemberg  <[email protected]>
+
+	* builds/dos/dos-def.mk (NO_OUTPUT): Don't use `&>' but `>'.
+
 2001-08-21  David Turner  <[email protected]>
 
-	* include/freetype/config/ftoption.h: changed the default setting for
-	FT_CONFIG_OPTION_USE_MODULE_ERRORS to undefined, since it breaks source
-	compatibility in a few cases.. (sorry Werner). Updated the comment to
-	explain that too..
+	* include/freetype/config/ftoption.h: Changed the default setting
+	for FT_CONFIG_OPTION_USE_MODULE_ERRORS to undefined, since it breaks
+	source compatibility in a few cases.  Updated the comment to explain
+	that too.
 
 2001-08-17  Martin Muskens  <[email protected]>
 
--- a/builds/dos/dos-def.mk
+++ b/builds/dos/dos-def.mk
@@ -53,7 +53,7 @@
 
 # The NO_OUTPUT macro is used to ignore the output of commands.
 #
-NO_OUTPUT = &> nul
+NO_OUTPUT = > nul
 
 
 # EOF