summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-02 19:40:54 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-02 19:40:54 (GMT)
commit9265403b8bfd3c1f20f81a52a3f2c6f7711dffb5 (patch)
treea1191f479d39cf9db1858fa4ebaee6c9aac68601 /scripts
parent928ccb1f4172c14c01991ca64783c8ac0aeecbaf (diff)
Get rid of eclipse fiels once and for all.
Homogenise the references to crosstool-NG: - the project is named "crosstool-NG" - the front-end is named "ct-ng" - don't use shortcuts (such as "ct-ng" to stand for "crosstool-NG") Default action is to print help. Don't speak of make rules when dumping help, just speak of actions.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/crosstool.sh2
-rwxr-xr-xscripts/tarball.sh.broken4
2 files changed, 3 insertions, 3 deletions
diff --git a/scripts/crosstool.sh b/scripts/crosstool.sh
index 4e4f294..ddb2fb6 100755
--- a/scripts/crosstool.sh
+++ b/scripts/crosstool.sh
@@ -39,7 +39,7 @@ CT_EndStep
CT_DoLog INFO "Checking environment sanity"
# Enable known ordering of files in directory listings:
-CT_Test "Crosstool-NG might not work as expected with LANG=\"${LANG}\"" -n "${LANG}"
+CT_Test "crosstool-NG might not work as expected with LANG=\"${LANG}\"" -n "${LANG}"
case "${LC_COLLATE},${LC_ALL}" in
# These four combinations are known to sort files in the correct order:
fr_FR*,) ;;
diff --git a/scripts/tarball.sh.broken b/scripts/tarball.sh.broken
index 8e6c312..e94ac6e 100755
--- a/scripts/tarball.sh.broken
+++ b/scripts/tarball.sh.broken
@@ -52,7 +52,7 @@ CT_BUILD_DIR="${CT_TOP_DIR}/targets/${CT_TARGET}/build"
mkdir -p "${CT_BUILD_DIR}"
CT_MktempDir tempdir
-# Save crosstool-ng, as it is configured for the current toolchain.
+# Save crosstool-NG, as it is configured for the current toolchain.
topdir=`basename "${CT_TOP_DIR}"`
CT_Pushd "${CT_TOP_DIR}/.."
@@ -77,7 +77,7 @@ exclude_list="${tempdir}/${CT_TARGET}.list"
# Render the install directory writable
chmod u+w "${CT_PREFIX_DIR}"
-CT_DoLog INFO "Saving crosstool-ng into the toolchain directory"
+CT_DoLog INFO "Saving crosstool-NG into the toolchain directory"
tar cvjf "${CT_PREFIX_DIR}/${topdir}.${CT_TARGET}.tar.bzip2" \
--no-wildcards-match-slash \
-X "${exclude_list}" \