#!/bin/csh -f
-# $Id: rebuild-8.0,v 1.2 1995/07/31 19:26:22 adams Exp $
+# $Id: rebuild-8.0,v 1.3 1995/08/02 03:51:01 adams Exp $
# Arguments: runtimeversion compilerversion edwinversion 6001version
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 -heap 2000 $runbandarg -no-init-file"
+ $scheme -heap 2000 $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 -heap 2000 $runbandarg -no-init-file"
+ $scheme -heap 2000 $runbandarg -no-init-file <<*END*
(begin
(load "make.com")
(disk-save "../tmp/edwin.com")