From b9e6d69a96916c153659a308f58d8349994d476b Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Sun, 15 Oct 2006 08:58:40 +0000 Subject: [PATCH] formatting --- ChangeLog | 17 +++++++++-------- builds/unix/unix-cc.in | 11 ++++++----- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/ChangeLog b/ChangeLog index b95787a66..a318dd5ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ 2006-10-15 suzuki toshiya * src/base/ftmac.c (FT_New_Face_From_FOND): Initialize variable - `error' by FT_Err_Ok. + `error' with FT_Err_Ok. 2006-10-14 suzuki toshiya @@ -12,12 +12,13 @@ find suffix for native executable and pass it by EXEEXT_BUILD. Also suffix for target executable is passed by EXEEXT. - * builds/unix/unix-cc.in: CCraw_build and E_BUILD are introduced - to build apinames which runs on building system. They are set by + * builds/unix/unix-cc.in (CCraw_build, E_BUILD): New variables to + build `apinames' which runs on building system. They are set by CC_BUILD and EXEEXT_BUILD. - * builds/exports.mk: Change the extension for apinames from the - suffix for target (E) to that for building host (E_BUILD). + * builds/exports.mk (APINAMES_EXE): Change the extension for + apinames from the suffix for target (E) to that for building host + (E_BUILD). 2006-10-12 Werner Lemberg @@ -27,9 +28,9 @@ 2006-10-12 suzuki toshiya - * builds/unix/configure.raw: Introduce new macro to embed optional - dependency: FT2_EXTRA_LIBS, which is embedded in freetype2.pc and - freetype-config. Use it to record Carbon dependency of MacOSX. + * builds/unix/configure.raw (FT2_EXTRA_LIBS): New variable. It is + embedded in freetype2.pc and freetype-config. Use it to record + Carbon dependency of MacOSX. * builds/unix/freetype2.in: Embed FT2_EXTRA_LIBS. diff --git a/builds/unix/unix-cc.in b/builds/unix/unix-cc.in index b09aa3560..9c6d5de6e 100644 --- a/builds/unix/unix-cc.in +++ b/builds/unix/unix-cc.in @@ -25,11 +25,12 @@ O := lo SO := o -# The executable file extension. Although most Unix platform use no extension, -# we copy the extension detected by autoconf, useful for cross building on -# Unix system for non-Unix system. +# The executable file extension. Although most Unix platforms use no +# extension, we copy the extension detected by autoconf. Useful for cross +# building on Unix systems for non-Unix systems. # -E := @EXEEXT@ +E := @EXEEXT@ + # The library file extension (for standard and static libraries). This can # be .a, .lib, etc., depending on the platform. @@ -99,7 +100,7 @@ LDFLAGS := @LDFLAGS@ CCraw_build := @CC_BUILD@ # native CC of building system E_BUILD := @EXEEXT_BUILD@ # extension for exexutable on building system EXPORTS_LIST := $(OBJ_DIR)/ftexport.sym -CCexe := $(CCraw_build) # used to compile "apinames" only +CCexe := $(CCraw_build) # used to compile `apinames' only # Library linking