# HG changeset patch # User "Yann E. MORIN" # Date 1265238716 -3600 # Node ID ac0755f0e6ab677b7bd90d5293a186a016317623 # Parent 8e9db16d934ff7f35a2d300321b6967e0620b492 config: re-order the log entries inthe menuconfig diff -r 8e9db16d934f -r ac0755f0e6ab config/global/logging.in --- a/config/global/logging.in Wed Feb 03 00:24:24 2010 +0100 +++ b/config/global/logging.in Thu Feb 04 00:11:56 2010 +0100 @@ -33,18 +33,18 @@ help The same as above, plus extra messages (sub-steps). +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. -config LOG_ALL - bool - prompt "ALL" - help - The same as above, plus all components build messages (very noisy!). - endchoice config LOG_LEVEL_MAX @@ -53,8 +53,8 @@ default "WARN" if LOG_WARN default "INFO" if LOG_INFO default "EXTRA" if LOG_EXTRA + default "ALL" if LOG_ALL default "DEBUG" if LOG_DEBUG - default "ALL" if LOG_ALL config LOG_SEE_TOOLS_WARN bool @@ -75,7 +75,7 @@ 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.