From 31d3579bf3c8c36c55122ed5694895c91fee88d1 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 19 Dec 2000 20:57:10 +0000 Subject: [PATCH] Make sure that all cref files are built. --- v7/src/etc/compile.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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")) -- 2.25.1