config/global.in
changeset 78 c3868084d81a
parent 63 89b41dbffe8d
child 85 ac2845835b13
     1.1 --- a/config/global.in	Mon May 07 09:04:02 2007 +0000
     1.2 +++ b/config/global.in	Tue May 08 17:48:32 2007 +0000
     1.3 @@ -242,8 +242,13 @@
     1.4      bool
     1.5      prompt "DEBUG"
     1.6      help
     1.7 -      The same as above, plus lots of debug information, of which each
     1.8 -      component's build messages (very noisy!).
     1.9 +      The same as above, plus lots of crosstool-NG debug information.
    1.10 +
    1.11 +config LOG_ALL
    1.12 +    bool
    1.13 +    prompt "ALL"
    1.14 +    help
    1.15 +      The same as above, plus all components build messages (very noisy!).
    1.16  
    1.17  endchoice
    1.18  
    1.19 @@ -254,6 +259,7 @@
    1.20      default "INFO"    if LOG_INFO
    1.21      default "EXTRA"   if LOG_EXTRA
    1.22      default "DEBUG"   if LOG_DEBUG
    1.23 +    default "ALL"     if LOG_ALL
    1.24  
    1.25  config LOG_SEE_TOOLS_WARN
    1.26      bool
    1.27 @@ -271,7 +277,7 @@
    1.28      bool
    1.29      prompt "Progress bar"
    1.30      default n
    1.31 -    depends on ! LOG_DEBUG
    1.32 +    depends on ! LOG_ALL
    1.33      help
    1.34        This option will print a "rotating bar" (/-\|) below the last log line
    1.35        to show work is not stalled.