diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-06-17 13:02:21 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-06-17 13:02:21 +0000 |
commit | e1e7d871b2107a5342626d413a109b810a167665 (patch) | |
tree | 457456c28eadbb2357c1f31508d9b7bfdb798515 /config/global.in | |
parent | 6e1602431bd358d74f354f07ae2e2aad11dfd7fe (diff) | |
download | crosstool-ng-e1e7d871b2107a5342626d413a109b810a167665.tar.gz crosstool-ng-e1e7d871b2107a5342626d413a109b810a167665.tar.bz2 crosstool-ng-e1e7d871b2107a5342626d413a109b810a167665.zip |
Default the progress bar to 'Y'.
Diffstat (limited to 'config/global.in')
-rw-r--r-- | config/global.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/global.in b/config/global.in index 521a204f..ca5b2b9e 100644 --- a/config/global.in +++ b/config/global.in @@ -311,7 +311,7 @@ config LOG_SEE_TOOLS_WARN config LOG_PROGRESS_BAR bool prompt "Progress bar" - default n + default y depends on ! LOG_ALL help If you say 'y' here, you'll be able to see the elapsed time. |