diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-02-04 00:11:56 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-02-04 00:11:56 +0100 |
commit | 96f5d9003a2549eb2648e8b94c9693b691bc8bd2 (patch) | |
tree | 16e6b2f84b296aba24978cf870d3eb9800ca1e1d /config/global | |
parent | bc5c6b31783c28a6951e994b9cd058a50c245942 (diff) | |
download | crosstool-ng-96f5d9003a2549eb2648e8b94c9693b691bc8bd2.tar.gz crosstool-ng-96f5d9003a2549eb2648e8b94c9693b691bc8bd2.tar.bz2 crosstool-ng-96f5d9003a2549eb2648e8b94c9693b691bc8bd2.zip |
config: re-order the log entries inthe menuconfig
Diffstat (limited to 'config/global')
-rw-r--r-- | config/global/logging.in | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/config/global/logging.in b/config/global/logging.in index 045cd927..c31833d2 100644 --- a/config/global/logging.in +++ b/config/global/logging.in @@ -33,18 +33,18 @@ config LOG_EXTRA help The same as above, plus extra messages (sub-steps). -config LOG_DEBUG - bool - prompt "DEBUG" - help - The same as above, plus lots of crosstool-NG debug information. - config LOG_ALL bool prompt "ALL" help The same as above, plus all components build messages (very noisy!). +config LOG_DEBUG + bool + prompt "DEBUG" + help + The same as above, plus lots of crosstool-NG debug information. + endchoice config LOG_LEVEL_MAX @@ -53,8 +53,8 @@ config LOG_LEVEL_MAX default "WARN" if LOG_WARN default "INFO" if LOG_INFO default "EXTRA" if LOG_EXTRA - default "DEBUG" if LOG_DEBUG default "ALL" if LOG_ALL + default "DEBUG" if LOG_DEBUG config LOG_SEE_TOOLS_WARN bool @@ -75,7 +75,7 @@ config LOG_PROGRESS_BAR bool prompt "Progress bar" default y - depends on ! LOG_ALL + depends on ! LOG_ALL && ! LOG_DEBUG help If you say 'y' here, you'll be able to see the elapsed time. |