mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-18 20:37:56 +00:00
Don't use a progress bar when saving samples, it's ugly.
/trunk/scripts/saveSample.sh | 7 5 2 0 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-)
This commit is contained in:
parent
9209349493
commit
bb1fdedf57
@ -18,6 +18,9 @@ rm -f "${tmp_log_file}"
|
||||
CT_TestOrAbort "Configuration file not found. Please create one." -f "${CT_TOP_DIR}/.config"
|
||||
. "${CT_TOP_DIR}/.config"
|
||||
|
||||
# Do not use a progress bar
|
||||
unset CT_LOG_PROGRESS_BAR
|
||||
|
||||
# Parse the architecture-specific functions
|
||||
. "${CT_LIB_DIR}/arch/${CT_ARCH}/functions"
|
||||
|
||||
@ -28,8 +31,8 @@ CT_DoBuildTargetTuple
|
||||
# re-parse them:
|
||||
. "${CT_TOP_DIR}/.config"
|
||||
|
||||
# Override log level
|
||||
unset CT_LOG_ERROR CT_LOG_INFO CT_LOG_EXTRA CT_LOG_DEBUG LOG_ALL
|
||||
# Override log options
|
||||
unset CT_LOG_PROGRESS_BAR CT_LOG_ERROR CT_LOG_INFO CT_LOG_EXTRA CT_LOG_DEBUG LOG_ALL
|
||||
CT_LOG_WARN=y
|
||||
CT_LOG_LEVEL_MAX="WARN"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user