From 9265403b8bfd3c1f20f81a52a3f2c6f7711dffb5 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 2 Jul 2007 19:40:54 +0000 Subject: 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. --- scripts/crosstool.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/crosstool.sh') diff --git a/scripts/crosstool.sh b/scripts/crosstool.sh index 4e4f2941..ddb2fb6b 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*,) ;; -- cgit v1.2.3