config/global.in
changeset 108 69407950a2a2
parent 96 aa1a9fbd6eb8
child 112 ea15433daba0
     1.1 --- a/config/global.in	Thu May 17 16:22:51 2007 +0000
     1.2 +++ b/config/global.in	Sat May 19 22:52:47 2007 +0000
     1.3 @@ -238,15 +238,16 @@
     1.4  
     1.5  config LOG_SEE_TOOLS_WARN
     1.6      bool
     1.7 -    prompt "See warnings from the tool builds"
     1.8 +    prompt "Warnings from the tool builds as CT warnings"
     1.9      default n
    1.10      depends on ! LOG_ERROR
    1.11      help
    1.12 -      If you say Y here, then you will see the warning lines from the
    1.13 -      components builds.
    1.14 +      Treat warnings fron the different tools as crosstool warnings.
    1.15 +      If you say 'y' here, then those warnings will be prefixed with
    1.16 +      '[WARN ]' instead of the default '[ALL  ]'.
    1.17  
    1.18 -      It should suffice to say N here, as those will anyway be visible
    1.19 -      in the log file (if you want one).
    1.20 +      You can safely say 'n' here. Those warnings will anyway be
    1.21 +      recorded in the log file (provided you configured one).
    1.22  
    1.23  config LOG_PROGRESS_BAR
    1.24      bool