#!/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
#!/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
#
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