#!/bin/csh -f
-# $Id: rebuild-8.0,v 1.3 1995/08/02 03:51:01 adams Exp $
+# $Id: rebuild-8.0,v 1.4 1995/11/05 13:16:41 adams Exp $
# Arguments: runtimeversion compilerversion edwinversion 6001version
echo "### $scheme -large -fasl make.com -no-init-file"
$scheme -large -fasl make.com -no-init-file <<*END*
(begin
+ (write-line '(saving runtime band ...))
(disk-save "../tmp/runtime.com")
(write-line '(saved runtime band))
(%exit 0))
(load "make.com")
(cd "../compiler")
(load "make.com")
+ (write-line '(saving compiler band ...))
(disk-save "../tmp/complr.com")
(write-line '(saved compiler band))
(%exit 0))
$scheme -heap 2000 $runbandarg -no-init-file <<*END*
(begin
(load "make.com")
+ (write-line '(saving edwin band ...))
(disk-save "../tmp/edwin.com")
(write-line '(saved edwin band))
(%exit 0))
$scheme -constant 2000 -heap 2000 -compiler $cbandarg -no-init-file <<*END*
(begin
(load "make.com")
+ (write-line '(saving c+e band ...))
(disk-save "../tmp/c+e.com")
(write-line '(saved c+e band))
(%exit 0))
(load "make.com")
(cd "../6001")
(load "make.com")
+ (write-line '(saving 6001 band ...))
(disk-save "../tmp/6001.com")
(write-line '(saved 6001 band))
(%exit 0))