From: Matt Birkholz Date: Wed, 15 Feb 2012 04:12:04 +0000 (-0700) Subject: Syntax new compiler with new runtime, sf, etc. X-Git-Tag: release-9.2.0~291 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=48c535b41a299714d3b442c5ab68cd5f29f6c99f;p=mit-scheme.git Syntax new compiler with new runtime, sf, etc. --- diff --git a/src/etc/build-bands.sh b/src/etc/build-bands.sh index 55a777de8..f47f67fcb 100755 --- a/src/etc/build-bands.sh +++ b/src/etc/build-bands.sh @@ -26,12 +26,9 @@ set -e . etc/functions.sh -FASL=`get_fasl_file` - run_cmd_in_dir runtime ../microcode/scheme --library ../lib --heap 6000 \ - --fasl "${FASL}" --batch-mode <