Don't build 6.001 band.
authorChris Hanson <org/chris-hanson/cph>
Thu, 5 Apr 2007 17:43:24 +0000 (17:43 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 5 Apr 2007 17:43:24 +0000 (17:43 +0000)
v7/src/etc/build-bands.sh

index e50609cb732b9790e7087a69feae416cd2113256..1c6670a62ecf0e8be76a7a988a497dff12ae1a24 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $Id: build-bands.sh,v 1.6 2007/01/05 21:19:25 cph Exp $
+# $Id: build-bands.sh,v 1.7 2007/04/05 17:43:24 cph Exp $
 #
 # Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
 #     1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
@@ -45,12 +45,3 @@ microcode/scheme --library lib --large <<EOF
 (load-option 'EDWIN)
 (disk-save "lib/edwin.com")
 EOF
-
-(
-    cd runtime-check
-    ../microcode/scheme --library ../lib --fasl make.com <<EOF
-(load-option 'EDWIN)
-(load-option 'STUDENT)
-(disk-save "../lib/6001.com")
-EOF
-)