Save standard runtime system in "runtime.bin" instead of "scheme.bin".
authorChris Hanson <org/chris-hanson/cph>
Thu, 31 Mar 1988 04:39:47 +0000 (04:39 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 31 Mar 1988 04:39:47 +0000 (04:39 +0000)
etc/mkband.scm

index 24f8ee2fe099139a643fb0f94eba1effef9822d7..60201752af76e95fc224837032a05fde5aab4d12 100644 (file)
@@ -1,17 +1,11 @@
 ;;; -*- Scheme -*-
-
+;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/etc/mkband.scm,v 1.2 1988/03/31 04:39:47 cph Exp $
+;;; Input file to build standard bands.
 ((access finish-load runtime-system))
-
 (set-working-directory-pathname! "../sf")
-
 (load "make.bin" system-global-environment)
-
 (set-working-directory-pathname! "../runtime")
-
-(disk-save "scheme.bin")
-
+(disk-save "runtime.bin")
 (load "sbuild.bin" system-global-environment)
-
 (disk-save "sicp.bin")
-
-(%exit)
+(%exit)
\ No newline at end of file