From: Chris Hanson Date: Tue, 19 Dec 2000 20:57:10 +0000 (+0000) Subject: Make sure that all cref files are built. X-Git-Tag: 20090517-FFI~3059 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=31d3579bf3c8c36c55122ed5694895c91fee88d1;p=mit-scheme.git Make sure that all cref files are built. --- diff --git a/v7/src/etc/compile.scm b/v7/src/etc/compile.scm index d290e9b4b..b7fccdc51 100644 --- a/v7/src/etc/compile.scm +++ b/v7/src/etc/compile.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: compile.scm,v 1.1 2000/12/07 21:50:48 cph Exp $ +$Id: compile.scm,v 1.2 2000/12/19 20:57:10 cph Exp $ Copyright (c) 2000 Massachusetts Institute of Technology @@ -37,6 +37,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. (load (pathname-new-type name "sf")) (load (pathname-new-type name "cbf"))))) '("runtime" "sf" "compiler" "edwin" "6001")) + (with-working-directory-pathname "cref" + (lambda () + (if (not (file-exists? "cref.con")) + (load "cref.sf")))) (for-each (lambda (name) (load (merge-pathnames "compile" (pathname-as-directory name)))) '("sos" "imail"))