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

BRANCH-2-1-5
Werner Lemberg 24 years ago
parent 716d55e61d
commit ada5726e2c
  1. 12
      ChangeLog
  2. 2
      builds/dos/dos-def.mk

@ -1,9 +1,13 @@
2001-08-21 Werner Lemberg <wl@gnu.org>
* builds/dos/dos-def.mk (NO_OUTPUT): Don't use `&>' but `>'.
2001-08-21 David Turner <david@freetype.org>
* 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 <mmuskens@aurelon.com>

@ -53,7 +53,7 @@ LIBRARY := $(PROJECT)
# The NO_OUTPUT macro is used to ignore the output of commands.
#
NO_OUTPUT = &> nul
NO_OUTPUT = > nul
# EOF

Loading…
Cancel
Save