config/global/logging.in
changeset 1801 ac0755f0e6ab
parent 896 c30837b79ce0
child 2484 d1a8c2ae7946
     1.1 --- a/config/global/logging.in	Thu Oct 02 13:04:21 2008 +0000
     1.2 +++ b/config/global/logging.in	Thu Feb 04 00:11:56 2010 +0100
     1.3 @@ -33,18 +33,18 @@
     1.4      help
     1.5        The same as above, plus extra messages (sub-steps).
     1.6  
     1.7 +config LOG_ALL
     1.8 +    bool
     1.9 +    prompt "ALL"
    1.10 +    help
    1.11 +      The same as above, plus all components build messages (very noisy!).
    1.12 +
    1.13  config LOG_DEBUG
    1.14      bool
    1.15      prompt "DEBUG"
    1.16      help
    1.17        The same as above, plus lots of crosstool-NG debug information.
    1.18  
    1.19 -config LOG_ALL
    1.20 -    bool
    1.21 -    prompt "ALL"
    1.22 -    help
    1.23 -      The same as above, plus all components build messages (very noisy!).
    1.24 -
    1.25  endchoice
    1.26  
    1.27  config LOG_LEVEL_MAX
    1.28 @@ -53,8 +53,8 @@
    1.29      default "WARN"    if LOG_WARN
    1.30      default "INFO"    if LOG_INFO
    1.31      default "EXTRA"   if LOG_EXTRA
    1.32 +    default "ALL"     if LOG_ALL
    1.33      default "DEBUG"   if LOG_DEBUG
    1.34 -    default "ALL"     if LOG_ALL
    1.35  
    1.36  config LOG_SEE_TOOLS_WARN
    1.37      bool
    1.38 @@ -75,7 +75,7 @@
    1.39      bool
    1.40      prompt "Progress bar"
    1.41      default y
    1.42 -    depends on ! LOG_ALL
    1.43 +    depends on ! LOG_ALL && ! LOG_DEBUG
    1.44      help
    1.45        If you say 'y' here, you'll be able to see the elapsed time.
    1.46