mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-23 14:42:26 +00:00
Small eye candy fix.
This commit is contained in:
parent
25fb1678c0
commit
ae7e017380
@ -25,12 +25,12 @@ CT_TestOrAbort "Configuration file not found. Please create one." -f "${CT_TOP_D
|
|||||||
# It has some info about the logging facility, so include it early
|
# It has some info about the logging facility, so include it early
|
||||||
. "${CT_TOP_DIR}/.config"
|
. "${CT_TOP_DIR}/.config"
|
||||||
|
|
||||||
# renice oursleves
|
|
||||||
renice ${CT_NICE} $$ |CT_DoLog DEBUG
|
|
||||||
|
|
||||||
# Yes! We can do full logging from now on!
|
# Yes! We can do full logging from now on!
|
||||||
CT_DoLog INFO "Build started ${CT_STAR_DATE_HUMAN}"
|
CT_DoLog INFO "Build started ${CT_STAR_DATE_HUMAN}"
|
||||||
|
|
||||||
|
# renice oursleves
|
||||||
|
renice ${CT_NICE} $$ |CT_DoLog DEBUG
|
||||||
|
|
||||||
CT_DoStep DEBUG "Dumping crosstool-NG configuration"
|
CT_DoStep DEBUG "Dumping crosstool-NG configuration"
|
||||||
cat "${CT_TOP_DIR}/.config" |egrep '^(# |)CT_' |CT_DoLog DEBUG
|
cat "${CT_TOP_DIR}/.config" |egrep '^(# |)CT_' |CT_DoLog DEBUG
|
||||||
CT_EndStep
|
CT_EndStep
|
||||||
|
Loading…
Reference in New Issue
Block a user