summaryrefslogtreecommitdiff
path: root/scripts/crosstool-NG.sh.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-01-25 23:45:37 (GMT)
committerAlexey Neyman <stilor@att.net>2017-01-25 23:45:37 (GMT)
commiteb3ae482789ef92376d0cf30c0b828a426b40e22 (patch)
tree1ae4fb6cb28b040eaca7a42c0411c59fa7a01cf4 /scripts/crosstool-NG.sh.in
parentb5d0e396d9ad0c886ab487bd26776bda92e5f40c (diff)
Fix log saving/restoring
after the CT_Log{Enable,Disable} changes. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'scripts/crosstool-NG.sh.in')
-rw-r--r--scripts/crosstool-NG.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/crosstool-NG.sh.in b/scripts/crosstool-NG.sh.in
index eeb7800..4aa3975 100644
--- a/scripts/crosstool-NG.sh.in
+++ b/scripts/crosstool-NG.sh.in
@@ -22,8 +22,8 @@
# Read the sample settings
CT_LoadConfig
-# Yes! We can do full logging from now on!
-CT_LogEnable
+# Yes! We can do full logging from now on! Clean any old log file content.
+CT_LogEnable clean=yes
# Check running as root
if [ -z "${CT_ALLOW_BUILD_AS_ROOT_SURE}" ]; then