Robet P. J. DAY: typoes.

This commit is contained in:
Yann E. MORIN" 2008-02-14 22:44:34 +00:00
parent f363a4c3d5
commit 07fa611771
17 changed files with 20 additions and 20 deletions

View File

@ -1,4 +1,4 @@
Unless otherwise stated in individaul files, this work is licensed to you under
Unless otherwise stated in individual files, this work is licensed to you under
the following terms.
- Files in docs/ are available under the Creative Commons Attribution, Share

View File

@ -82,7 +82,7 @@ clean-doc:
#--------------------------------------
# Install rules
# If using localy, don't install
# If using locally, don't install
install-local-test:
@if [ "$(LOCAL)" = "1" ]; then \
echo "You're using local copy as runtime. You can't (un)install."; \
@ -107,7 +107,7 @@ install-lib-main: install-local-test $(LIBDIR)
done
# Samples need a little love:
# - change every occurence of CT_TOP_DIR to CT_LIB_DIR
# - change every occurrence of CT_TOP_DIR to CT_LIB_DIR
install-lib-samples: install-local-test $(LIBDIR) install-lib-main
@echo " INST samples/"
@tar cf - --exclude=.svn samples |(cd $(LIBDIR); tar xf -)

View File

@ -53,7 +53,7 @@ config CC_SUPPORT_OBJC
config CC_SUPPORT_OBJCXX
bool
comment "Additionnal supported languages:"
comment "Additional supported languages:"
config CC_LANG_CXX
bool

View File

@ -154,7 +154,7 @@ config SAVE_TARBALLS
default n
depends on LOCAL_TARBALLS_DIR != ""
help
If you say 'y' here, new doanloaded tarballs will be saved in the
If you say 'y' here, new downloaded tarballs will be saved in the
directory you entered above.
config PREFIX_DIR

View File

@ -106,7 +106,7 @@ comment "Target optimisations"
config ARCH_ARCH
string
prompt "Achitecture level"
prompt "Architecture level"
default ""
help
GCC uses this name to determine what kind of instructions it can emit

View File

@ -24,7 +24,7 @@ config SHARED_LIBS
choice
bool
prompt "Threading implentation to use:"
prompt "Threading implementation to use:"
default THREADS_NPTL if LIBC_SUPPORT_NPTL
default THREADS_LINUXTHREADS if LIBC_SUPPORT_LINUXTHREADS && ! LIBC_SUPPORT_NPTL
default THREADS_NONE if ! LIBC_SUPPORT_LINUXTHREADS && ! LIBC_SUPPORT_NPTL
@ -142,7 +142,7 @@ config CROSS
config CROSS_NATIVE
bool
prompt "Croos-native (EXPERIMENTAL)"
prompt "Cross-native (EXPERIMENTAL)"
depends on EXPERIMENTAL
help
Build a cross-native toolchain.

View File

@ -209,7 +209,7 @@ CT_CC_SUPPORT_OBJC=y
CT_CC_SUPPORT_OBJCXX=y
#
# Additionnal supported languages:
# Additional supported languages:
#
CT_CC_LANG_CXX=y
# CT_CC_LANG_FORTRAN is not set

View File

@ -209,7 +209,7 @@ CT_CC_SUPPORT_OBJC=y
CT_CC_SUPPORT_OBJCXX=y
#
# Additionnal supported languages:
# Additional supported languages:
#
CT_CC_LANG_CXX=y
# CT_CC_LANG_FORTRAN is not set

View File

@ -206,7 +206,7 @@ CT_CC_SUPPORT_OBJC=y
CT_CC_SUPPORT_OBJCXX=y
#
# Additionnal supported languages:
# Additional supported languages:
#
CT_CC_LANG_CXX=y
# CT_CC_LANG_FORTRAN is not set

View File

@ -209,7 +209,7 @@ CT_CC_SUPPORT_OBJC=y
CT_CC_SUPPORT_OBJCXX=y
#
# Additionnal supported languages:
# Additional supported languages:
#
CT_CC_LANG_CXX=y
# CT_CC_LANG_FORTRAN is not set

View File

@ -202,7 +202,7 @@ CT_CC_SUPPORT_OBJC=y
CT_CC_SUPPORT_OBJCXX=y
#
# Additionnal supported languages:
# Additional supported languages:
#
CT_CC_LANG_CXX=y
# CT_CC_LANG_FORTRAN is not set

View File

@ -202,7 +202,7 @@ CT_CC_SUPPORT_OBJC=y
CT_CC_SUPPORT_OBJCXX=y
#
# Additionnal supported languages:
# Additional supported languages:
#
CT_CC_LANG_CXX=y
# CT_CC_LANG_FORTRAN is not set

View File

@ -204,7 +204,7 @@ CT_CC_SUPPORT_OBJC=y
CT_CC_SUPPORT_OBJCXX=y
#
# Additionnal supported languages:
# Additional supported languages:
#
# CT_CC_LANG_CXX is not set
# CT_CC_LANG_FORTRAN is not set

View File

@ -204,7 +204,7 @@ CT_CC_SUPPORT_OBJC=y
CT_CC_SUPPORT_OBJCXX=y
#
# Additionnal supported languages:
# Additional supported languages:
#
CT_CC_LANG_CXX=y
# CT_CC_LANG_FORTRAN is not set

View File

@ -202,7 +202,7 @@ CT_CC_SUPPORT_OBJC=y
CT_CC_SUPPORT_OBJCXX=y
#
# Additionnal supported languages:
# Additional supported languages:
#
CT_CC_LANG_CXX=y
# CT_CC_LANG_FORTRAN is not set

View File

@ -92,7 +92,7 @@ if [ -n "${CT_RESTART}" -a ! -d "${CT_STATE_DIR}" ]; then
CT_DoLog ERROR "You asked to restart a non-restartable build"
CT_DoLog ERROR "This happened because you didn't set CT_DEBUG_CT_SAVE_STEPS"
CT_DoLog ERROR "in the config options for the previous build, or the state"
CT_DoLog ERROR "directoy for the previous build was deleted."
CT_DoLog ERROR "directory for the previous build was deleted."
CT_Abort "I will stop here to avoid any carnage"
fi
@ -187,7 +187,7 @@ mkdir -p "${CT_CC_CORE_SHARED_PREFIX_DIR}"
mkdir -p "${CT_STATE_DIR}"
# Kludge: CT_INSTALL_DIR and CT_PREFIX_DIR might have grown read-only if
# the previous build was successfull. To be able to move the logfile there,
# the previous build was successful. To be able to move the logfile there,
# switch them back to read/write
chmod -R u+w "${CT_INSTALL_DIR}" "${CT_PREFIX_DIR}"

View File

@ -158,7 +158,7 @@ CT_TestOrAbort() {
# Test the presence of a tool, or abort if not found
# Usage: CT_HasOrAbort <tool>
CT_HasOrAbort() {
CT_TestAndAbort "\"${1}\" not found and needed for successfull toolchain build." -z "`CT_Which \"${1}\"`"
CT_TestAndAbort "\"${1}\" not found and needed for successful toolchain build." -z "`CT_Which \"${1}\"`"
return 0
}