-# $Id: Makefile.in,v 1.29 2007/04/04 05:08:18 riastradh Exp $
+# $Id: Makefile.in,v 1.30 2007/04/05 17:49:54 cph Exp $
#
# Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
# 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
# **** END BOILERPLATE ****
-SUBDIRS = 6001 compiler rcs runtime-check sf win32 $(INSTALLED_SUBDIRS)
+SUBDIRS = 6001 compiler rcs sf win32 $(INSTALLED_SUBDIRS)
INSTALLED_SUBDIRS = microcode runtime cref edwin imail sos ssp star-parser \
xdoc xml
#!/bin/sh
#
-# $Id: Setup.sh,v 1.17 2007/04/04 05:08:18 riastradh Exp $
+# $Id: Setup.sh,v 1.18 2007/04/05 17:49:54 cph Exp $
#
# Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
# 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
maybe_link "lib/shared/${BUNDLE}.so" "../../microcode/${BUNDLE}.so"
done
-for SUBDIR in 6001 compiler cref edwin imail rcs runtime runtime-check \
+for SUBDIR in 6001 compiler cref edwin imail rcs runtime \
sf sos ssp star-parser win32 xdoc xml microcode; do
echo "setting up ${SUBDIR}"
maybe_link ${SUBDIR}/Setup.sh ../etc/Setup.sh
#!/bin/sh
#
-# $Id: c-build-bands.sh,v 1.1 2007/04/04 05:08:19 riastradh Exp $
+# $Id: c-build-bands.sh,v 1.2 2007/04/05 17:49:54 cph Exp $
#
# Copyright 2007 Massachusetts Institute of Technology
#
(load-option 'EDWIN)
(disk-save "lib/edwin.com")
EOF
-
-(
- cd runtime-check
- ../microcode/scheme --library ../lib --fasl runtime_make <<EOF
-(load "../microcode/edwin.so")
-(load-option 'EDWIN)
-(load "../microcode/6001.so")
-(load-option 'STUDENT)
-(disk-save "../lib/6001.com")
-EOF
-)