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:
17ec32c
)
Load cref if not already loaded.
author
Chris Hanson
<org/chris-hanson/cph>
Wed, 24 Aug 1988 21:21:07 +0000
(21:21 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Wed, 24 Aug 1988 21:21:07 +0000
(21:21 +0000)
v7/src/compiler/machines/bobcat/compiler.sf
patch
|
blob
|
history
diff --git
a/v7/src/compiler/machines/bobcat/compiler.sf
b/v7/src/compiler/machines/bobcat/compiler.sf
index 6c7d97b7aa1553d587b88932e58ceab56178cd40..90009ca137a186cd0f8d6c513431c6595a2c4be8 100644
(file)
--- a/
v7/src/compiler/machines/bobcat/compiler.sf
+++ b/
v7/src/compiler/machines/bobcat/compiler.sf
@@
-49,6
+49,9
@@
'("instr1" "instr2" "instr3" "instr4")))))))
((package/reference (find-package '(COMPILER DECLARATIONS)) 'SYNTAX-FILES!))
+
+(if (not (name->package '(CROSS-REFERENCE)))
+ (with-working-directory-pathname "/scheme/cref" (lambda () (load "make"))))
(cref/generate-all "comp")
(sf "comp.con" "comp.bcon")
(sf "comp.ldr" "comp.bldr")
\ No newline at end of file