From 579e68389e8abf2c825500e94a67d867bf04801e Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Tue, 6 Dec 1994 17:44:22 +0000 Subject: [PATCH] Used LOAD-OPTION to load cref. This ensures that, when cross-syntaxing the compiler, the host system's cref is loaded, not the cref from the target system. --- v8/src/compiler/machines/spectrum/compiler.sf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/v8/src/compiler/machines/spectrum/compiler.sf b/v8/src/compiler/machines/spectrum/compiler.sf index fb1c43851..33014e4ae 100644 --- a/v8/src/compiler/machines/spectrum/compiler.sf +++ b/v8/src/compiler/machines/spectrum/compiler.sf @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: compiler.sf,v 1.1 1994/11/19 02:09:58 adams Exp $ +$Id: compiler.sf,v 1.2 1994/12/06 17:44:22 adams Exp $ Copyright (c) 1988-1994 Massachusetts Institute of Technology @@ -35,8 +35,7 @@ MIT in each case. |# ;;;; Script to incrementally syntax the compiler ;; Guarantee that the package modeller is loaded. -(if (not (name->package '(CROSS-REFERENCE))) - (with-working-directory-pathname "../cref" (lambda () (load "make")))) +(load-option 'CREF) ;; Guarantee that the compiler's package structure exists. (if (not (name->package '(COMPILER))) -- 2.25.1