diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-07-02 19:40:54 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-07-02 19:40:54 +0000 |
commit | 9265403b8bfd3c1f20f81a52a3f2c6f7711dffb5 (patch) | |
tree | a1191f479d39cf9db1858fa4ebaee6c9aac68601 /config/global.in | |
parent | 928ccb1f4172c14c01991ca64783c8ac0aeecbaf (diff) | |
download | crosstool-ng-9265403b8bfd3c1f20f81a52a3f2c6f7711dffb5.tar.gz crosstool-ng-9265403b8bfd3c1f20f81a52a3f2c6f7711dffb5.tar.bz2 crosstool-ng-9265403b8bfd3c1f20f81a52a3f2c6f7711dffb5.zip |
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 'config/global.in')
-rw-r--r-- | config/global.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/config/global.in b/config/global.in index 7f1ba816..001eaac8 100644 --- a/config/global.in +++ b/config/global.in @@ -9,7 +9,7 @@ config FOOBAR menu "Paths and misc options" -comment "Crosstool-ng behavior" +comment "crosstool-NG behavior" config EXPERIMENTAL bool @@ -172,11 +172,11 @@ config CUSTOM_PATCH_ONLY default n depends on CUSTOM_PATCH help - Don't apply patches coming with CT-NG, only those patches available in - the directory below. + Don't apply patches coming with crosstool-NG, only those patches available + in the directory below. - If you say 'N' here, then the patches provided with CT-NG will be applied - first, and then your patches. + If you say 'N' here, then the patches provided with crosstool-NG will be + applied first, and then your patches. config CUSTOM_PATCH_DIR string @@ -311,14 +311,14 @@ config LOG_SEE_TOOLS_WARN default n depends on ! LOG_ERROR help - Treat warnings from the different tools as crosstool-ng warnings. + Treat warnings from the different tools as crosstool-NG warnings. If you say 'y' here, then those warnings will be prefixed with '[WARN ]' instead of the default '[ALL ]'. You can safely say 'n' here. Those warnings will anyway be recorded in the log file (provided you configured one). - Tools error will always be logged as crosstool-ng errors. + Tools error will always be logged as crosstool-NG errors. config LOG_PROGRESS_BAR bool |