summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-09-14 17:29:39 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-09-14 17:29:39 (GMT)
commitae7e017380b93899c1165acb9b60ddd80276b022 (patch)
tree8ff9eb165b2506dda54932fd39fafb24dd06366c
parent25fb1678c0d48564621a3fd4c539232b50d277b9 (diff)
Small eye candy fix.
-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