summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/crosstool.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/crosstool.sh b/scripts/crosstool.sh
index a0895f3..5f79479 100755
--- a/scripts/crosstool.sh
+++ b/scripts/crosstool.sh
@@ -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
. "${CT_TOP_DIR}/.config"
-# renice oursleves
-renice ${CT_NICE} $$ |CT_DoLog DEBUG
-
# Yes! We can do full logging from now on!
CT_DoLog INFO "Build started ${CT_STAR_DATE_HUMAN}"
+# renice oursleves
+renice ${CT_NICE} $$ |CT_DoLog DEBUG
+
CT_DoStep DEBUG "Dumping crosstool-NG configuration"
cat "${CT_TOP_DIR}/.config" |egrep '^(# |)CT_' |CT_DoLog DEBUG
CT_EndStep