diff options
| author | Bryan Hundven <bryanhundven@gmail.com> | 2015-10-07 13:29:30 -0700 |
|---|---|---|
| committer | Bryan Hundven <bryanhundven@gmail.com> | 2015-10-07 13:29:30 -0700 |
| commit | 5f2d69fb9daed3eac80cc3d2c222ffd13d431c14 (patch) | |
| tree | 6ab7673c221579ca3e63bf7618d2b3a61fc8941f /config | |
| parent | b565e949d4d9eb695d026a963aa537f0d0992291 (diff) | |
| parent | 6b0fa2221a782504a0f1d6907e8c492e3a09d5d1 (diff) | |
| download | crosstool-ng-5f2d69fb9daed3eac80cc3d2c222ffd13d431c14.tar.gz crosstool-ng-5f2d69fb9daed3eac80cc3d2c222ffd13d431c14.tar.bz2 crosstool-ng-5f2d69fb9daed3eac80cc3d2c222ffd13d431c14.zip | |
Merge pull request #202 from jmlemetayer/travis_build
Manage Travis-CI build
Diffstat (limited to 'config')
| -rw-r--r-- | config/global/logging.in | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/config/global/logging.in b/config/global/logging.in index 5fe794d4..0c77e88a 100644 --- a/config/global/logging.in +++ b/config/global/logging.in @@ -74,7 +74,7 @@ config LOG_PROGRESS_BAR bool prompt "Progress bar" default y - depends on ! LOG_ALL && ! LOG_DEBUG && ! AUTOMATED_BUILD + depends on ! LOG_ALL && ! LOG_DEBUG help If you say 'y' here, you'll be able to see the elapsed time. @@ -104,8 +104,3 @@ config LOG_FILE_COMPRESS depends on LOG_TO_FILE help Compress the log file once the toolchain is successfully built. - -config AUTOMATED_BUILD - bool - default y - depends on CONFIGURE_has_automated |
