#!/bin/csh -f
-# $Id: rebuild-7.4,v 1.14 1995/07/27 18:30:17 adams Exp $
+# $Id: rebuild-7.4,v 1.15 1995/11/28 16:49:21 adams Exp $
# Arguments: runtimeversion compilerversion edwinversion 6001version
echo "### cd $root/runtime"
cd $root/runtime
-echo "### scheme -compiler -no-init-file"
-$scheme -compiler -heap 2000 -no-init-file <$script
+echo "### $scheme -compiler -heap 2000 -no-init-file"
+ $scheme -compiler -heap 2000 -no-init-file <$script
set result="$status"
rm -f $script
echo "### cd $root/runtime"
cd $root/runtime
rm -f ../tmp/runtime.com
- echo "### scheme -large -fasl make.com -no-init-file"
- $scheme -large -fasl make.com -no-init-file <<*END*
+ echo "### $scheme -large -fasl make.com -no-init-file"
+ $scheme -large -fasl make.com -no-init-file <<*END*
(begin
(disk-save "../tmp/runtime.com")
(write-line '(saved runtime band))
echo "### cd $root/sf"
cd $root/sf
rm -f ../tmp/complr.com
- echo "### scheme -large $runbandarg -no-init-file"
- $scheme -large $runbandarg -no-init-file <<*END*
+ echo "### $scheme -large $runbandarg -no-init-file"
+ $scheme -large $runbandarg -no-init-file <<*END*
(begin
(load "make.com")
(cd "../compiler")
echo "### cd $root/edwin"
cd $root/edwin
rm -f ../tmp/edwin.com
- echo "### scheme -large $runbandarg -no-init-file"
- $scheme -large $runbandarg -no-init-file <<*END*
+ echo "### $scheme -large $runbandarg -no-init-file"
+ $scheme -large $runbandarg -no-init-file <<*END*
(begin
(load "make.com")
(disk-save "../tmp/edwin.com")
echo "### cd $root/edwin"
cd $root/edwin
rm -f ../tmp/c+e.com
- echo "### scheme -constant 2000 -heap 2000 -compiler $cbandarg -no-init-file"
- scheme -constant 2000 -heap 2000 -compiler $cbandarg -no-init-file <<*END*
+ echo "### $scheme -constant 2000 -heap 2000 -compiler $cbandarg -no-init-file"
+ $scheme -constant 2000 -heap 2000 -compiler $cbandarg -no-init-file <<*END*
(begin
(load "make.com")
(disk-save "../tmp/c+e.com")
echo "### cd $root/runtime-check"
cd $root/runtime-check
rm -f ../tmp/6001.com
- echo "### scheme -large$student_constant -fasl make.com -no-init-file"
- $scheme -large$student_constant -fasl make.com -no-init-file <<*END*
+ echo "### $scheme -large$student_constant -fasl make.com -no-init-file"
+ $scheme -large$student_constant -fasl make.com -no-init-file <<*END*
(begin
(cd "../edwin")
(load "make.com")