projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e60c20
)
Load CREF only if not already loaded.
author
Chris Hanson
<org/chris-hanson/cph>
Mon, 16 Oct 2000 19:25:33 +0000
(19:25 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Mon, 16 Oct 2000 19:25:33 +0000
(19:25 +0000)
v7/src/etc/bootstrap-compile.scm
patch
|
blob
|
history
diff --git
a/v7/src/etc/bootstrap-compile.scm
b/v7/src/etc/bootstrap-compile.scm
index e11fea8f4590dd3224ac477a23ab7e946d235e70..603ec4366641ff3d32ed85cb5039e7238adecb58 100644
(file)
--- a/
v7/src/etc/bootstrap-compile.scm
+++ b/
v7/src/etc/bootstrap-compile.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: bootstrap-compile.scm,v 1.
6 2000/10/16 18:28:45
cph Exp $
+$Id: bootstrap-compile.scm,v 1.
7 2000/10/16 19:25:33
cph Exp $
Copyright (c) 2000 Massachusetts Institute of Technology
@@
-25,7
+25,8
@@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
(lambda ()
(load "cref.sf")
(load "cref.cbf")
- (load "make")))
+ (if (not (name->package '(CROSS-REFERENCE)))
+ (load "make"))))
(for-each (lambda (name)
(with-working-directory-pathname name
(lambda ()