From: Chris Hanson Date: Thu, 3 Aug 1989 23:16:30 +0000 (+0000) Subject: Don't generate "runtim.cref" by default. X-Git-Tag: 20090517-FFI~11887 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=679f27079f35682bca04fecafcbb0f5a828db60e;p=mit-scheme.git Don't generate "runtim.cref" by default. --- diff --git a/v7/src/runtime/runtime.sf b/v7/src/runtime/runtime.sf index f16cce3bd..15d4bda24 100644 --- a/v7/src/runtime/runtime.sf +++ b/v7/src/runtime/runtime.sf @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.sf,v 14.2 1988/10/12 06:26:29 cph Rel $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.sf,v 14.3 1989/08/03 23:16:30 cph Exp $ -Copyright (c) 1988 Massachusetts Institute of Technology +Copyright (c) 1988, 1989 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -38,5 +38,6 @@ MIT in each case. |# (if (not (name->package '(CROSS-REFERENCE))) (with-working-directory-pathname "../cref" (lambda () (load "make")))) -(cref/generate-all "runtim")(sf "runtim.con" "runtim.bcon") +(cref/generate-constructors "runtim") +(sf "runtim.con" "runtim.bcon") (sf "runtim.ldr" "runtim.bldr") \ No newline at end of file