#!/bin/csh -f
# Script to generate standard runtime band from binaries.
-# $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/etc/make_runtime,v 1.1 1989/07/26 22:52:10 cph Rel $
+# $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/etc/make_runtime,v 1.2 1990/12/12 03:08:46 cph Exp $
cd runtime
-exec ../microcode/scheme -utabmd ../lib/utabmd.bin -fasl make.bin < ../etc/mkband.scm
+exec ../microcode/scheme -library ../lib -fasl make.bin < ../etc/mkband.scm
-n;;; -*- Scheme -*-
-;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/etc/mkband.scm,v 1.4 1989/07/26 23:14:57 cph Rel $
+;;; -*- Scheme -*-
+;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/etc/mkband.scm,v 1.5 1990/12/12 03:07:58 cph Exp $
;;; Input file to build standard bands.
-;;; NOTE: The `n' at the beginning of this file is not a typo!
(set-working-directory-pathname! "../sf")
(load "make")
-n
(disk-save "../lib/runtime.com")
(%exit)
\ No newline at end of file