From: Matt Birkholz Date: Tue, 14 Feb 2012 17:45:44 +0000 (-0700) Subject: svm: Mark stages of build with echoed progress commentary. X-Git-Tag: release-9.2.0~295 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=fe5cffb4ba29261ce0c6fb7e34943647b4693f1a;p=mit-scheme.git svm: Mark stages of build with echoed progress commentary. --- 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