From 48c535b41a299714d3b442c5ab68cd5f29f6c99f Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Tue, 14 Feb 2012 21:12:04 -0700 Subject: [PATCH] Syntax new compiler with new runtime, sf, etc. --- src/etc/build-bands.sh | 5 +---- src/etc/compile.scm | 3 +++ src/etc/compile.sh | 32 ++++++++++++++++++++++++++++---- 3 files changed, 32 insertions(+), 8 deletions(-) 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 <