config/global.in
changeset 47 7e2539937b6e
parent 41 fd6ad5721f77
child 61 1207acb66003
     1.1 --- a/config/global.in	Tue Apr 17 22:24:42 2007 +0000
     1.2 +++ b/config/global.in	Mon Apr 23 20:30:34 2007 +0000
     1.3 @@ -240,6 +240,18 @@
     1.4      default "EXTRA"   if LOG_EXTRA
     1.5      default "DEBUG"   if LOG_DEBUG
     1.6  
     1.7 +config LOG_SEE_TOOLS_WARN
     1.8 +    bool
     1.9 +    prompt "See warnings from the tool builds"
    1.10 +    default n
    1.11 +    depends on ! LOG_ERROR
    1.12 +    help
    1.13 +      If you say Y here, then you will have see the warning lines from
    1.14 +      the components builds.
    1.15 +
    1.16 +      It should suffice to say N here, as those will anyway be visible
    1.17 +      in the log file (if you want one).
    1.18 +
    1.19  config LOG_PROGRESS_BAR
    1.20      bool
    1.21      prompt "Progress bar"
    1.22 @@ -271,6 +283,11 @@
    1.23        Save *full* logs to a file. Even log levels you didn't specify above
    1.24        will be available in this file.
    1.25  
    1.26 +      As a bonus, there is a script in tools/extractConfig.sh that is able
    1.27 +      to extract the configuration of crosstool-NG from the log file.
    1.28 +
    1.29 +      Definitely, say Y.
    1.30 +
    1.31  config LOG_FILE
    1.32      string
    1.33      prompt "Log file"