Build only two bands: "runtime.com" and "all.com". Others aren't
authorChris Hanson <org/chris-hanson/cph>
Mon, 30 Apr 2007 01:42:54 +0000 (01:42 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 30 Apr 2007 01:42:54 +0000 (01:42 +0000)
nearly as useful as those two.

v7/src/etc/build-bands.sh
v7/src/etc/c-build-bands.sh

index 1c6670a62ecf0e8be76a7a988a497dff12ae1a24..5565f4b38ffcf7e5d4bfb738dc63f2d10ba4af69 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $Id: build-bands.sh,v 1.7 2007/04/05 17:43:24 cph Exp $
+# $Id: build-bands.sh,v 1.8 2007/04/30 01:42:50 cph Exp $
 #
 # Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
 #     1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
 EOF
 )
 
-microcode/scheme --library lib --large <<EOF
+microcode/scheme --library lib --heap 3000 <<EOF
 (load-option 'SF)
 (load-option 'COMPILER)
-(disk-save "lib/compiler.com")
-EOF
-
-microcode/scheme --library lib --compiler <<EOF
 (load-option 'EDWIN)
 (disk-save "lib/all.com")
 EOF
-
-microcode/scheme --library lib --large <<EOF
-(load-option 'EDWIN)
-(disk-save "lib/edwin.com")
-EOF
index af7072ff7e1246d7e6c7b912d6d6ceb35eeeb758..90d373d524a6db51c7987b42a5f11c8609824507 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $Id: c-build-bands.sh,v 1.2 2007/04/05 17:49:54 cph Exp $
+# $Id: c-build-bands.sh,v 1.3 2007/04/30 01:42:54 cph Exp $
 #
 # Copyright 2007 Massachusetts Institute of Technology
 #
@@ -26,13 +26,8 @@ set -e
 sh etc/c-initial-bands.sh
 
 microcode/scheme --library lib --compiler <<EOF
-(load "microcode/edwin.so")
 (load-option 'EDWIN)
 (disk-save "lib/all.com")
 EOF
 
-microcode/scheme --library lib --large <<EOF
-(load "microcode/edwin.so")
-(load-option 'EDWIN)
-(disk-save "lib/edwin.com")
-EOF
+rm -f lib/compiler.com