-;;; -*- Scheme -*-
-;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/etc/mkband.scm,v 1.2 1988/03/31 04:39:47 cph Exp $
+n;;; -*- Scheme -*-
+;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/etc/mkband.scm,v 1.3 1989/07/01 11:05:49 cph Exp $
;;; Input file to build standard bands.
-((access finish-load runtime-system))
+;;; NOTE: The `n' at the beginning of this file is not a typo!
+
(set-working-directory-pathname! "../sf")
-(load "make.bin" system-global-environment)
-(set-working-directory-pathname! "../runtime")
-(disk-save "runtime.bin")
-(load "sbuild.bin" system-global-environment)
-(disk-save "sicp.bin")
-(%exit)
\ No newline at end of file
+(load "make")
+n
+(disk-save "../lib/runtime.com")
+(set-working-directory-pathname! "../compiler")
+(load "machines/bobcat/make")
+n
+(disk-save "../lib/compiler.com")(%exit)
\ No newline at end of file