Eliminate runtime-check directory and 6.001 band.
authorChris Hanson <org/chris-hanson/cph>
Thu, 5 Apr 2007 17:49:54 +0000 (17:49 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 5 Apr 2007 17:49:54 +0000 (17:49 +0000)
v7/src/Makefile.in
v7/src/Setup.sh
v7/src/etc/c-build-bands.sh

index 9ab035d084caea4ea4cc178a14e6a1f3e759cd3b..8927fd343540be4c074b61ed3163441541cf9b62 100644 (file)
@@ -1,4 +1,4 @@
-# $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,
@@ -61,7 +61,7 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
 # **** 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
 
index 0e4e610a9f71ee1c4b58af55088813c66f9bb054..ae6e61dedfd60eb60b20c9d8efb92deb4a2f1089 100755 (executable)
@@ -1,6 +1,6 @@
 #!/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,
@@ -54,7 +54,7 @@ for BUNDLE in sf+compiler edwin 6001 cref imail sos ssp xdoc xml; do
     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
index 139958aa8b13ff8c97d8ebb156304cd88eaf57c2..af7072ff7e1246d7e6c7b912d6d6ceb35eeeb758 100755 (executable)
@@ -1,6 +1,6 @@
 #!/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
 #
@@ -36,14 +36,3 @@ microcode/scheme --library lib --large <<EOF
 (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
-)