Whitespace, formatting, minor spelling fix.

This commit is contained in:
Werner Lemberg
2025-05-14 10:20:04 +02:00
parent 8d18acba8c
commit 15b7e8c3a9
13 changed files with 29 additions and 27 deletions

View File

@@ -274,8 +274,8 @@ dist:
# GNU `config' git repository), relative to the `tmp' directory used during
# `make dist'.
#
# GNU_CONFIG_GIT_URL = git://git.savannah.gnu.org/config.git
GNU_CONFIG_GIT_URL = https://git.savannah.gnu.org/git/config.git
# GNU_CONFIG_GIT_URL = git://git.savannah.gnu.org/config.git
GNU_CONFIG_GIT_URL = https://git.savannah.gnu.org/git/config.git
GNU_CONFIG_DESTDIR = $(TOP_DIR)/subprojects/gnu-config
CONFIG_GUESS = $(GNU_CONFIG_DESTDIR)/config.guess

View File

@@ -110,12 +110,14 @@ LDFLAGS := @LDFLAGS@
# export symbols
#
CCraw_build := @CC_BUILD@ # native CC of building system
E_BUILD := @EXEEXT_BUILD@ # extension for executable on building system
EXPORTS_LIST := $(OBJ_DIR)/ftexport.sym
CCexe := $(CCraw_build) # used to compile `apinames' only, see exports.mk
CCexe_CFLAGS := @CFLAGS_BUILD@ # ditto.
CCexe_LDFLAGS := @LDFLAGS_BUILD@ # ditto.
CCraw_build := @CC_BUILD@ # native CC of building system
E_BUILD := @EXEEXT_BUILD@ # extension for executable on
# building system
EXPORTS_LIST := $(OBJ_DIR)/ftexport.sym
CCexe := $(CCraw_build) # used to compile `apinames` only,
# see `exports.mk`
CCexe_CFLAGS := @CFLAGS_BUILD@ # ditto
CCexe_LDFLAGS := @LDFLAGS_BUILD@ # ditto
# Library linking.