From fe5cffb4ba29261ce0c6fb7e34943647b4693f1a Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Tue, 14 Feb 2012 10:45:44 -0700 Subject: [PATCH] svm: Mark stages of build with echoed progress commentary. --- src/etc/compile-svm.sh | 46 +++++++++++++++++------------------------- 1 file changed, 19 insertions(+), 27 deletions(-) diff --git a/src/etc/compile-svm.sh b/src/etc/compile-svm.sh index 0918d3e8a..875f0c4b2 100755 --- a/src/etc/compile-svm.sh +++ b/src/etc/compile-svm.sh @@ -30,37 +30,36 @@ set -e . etc/functions.sh -# Remove the cross-compiler's bands and stash its products (if any). +echo "# Remove the cross-compiler's bands and stash its products." run_cmd rm -f lib/x-runtime.com run_cmd rm -f lib/x-compiler.com run_cmd ./Stage.sh remove 0 run_cmd ./Stage.sh make-cross 0 -# Restore its host-compiled .com's (if any). +echo "# Restore the cross-compiler's host-compiled .coms." run_cmd ./Stage.sh unmake X -# Compile the cross-compiler. +echo "# Re-compile the cross-compiler." -# Syntax prerequisites. +echo "# Re-syntax prerequisites." for DIR in runtime sf cref; do run_cmd_in_dir $DIR "${@}" --batch-mode --load $DIR.sf