aboutsummaryrefslogtreecommitdiff
path: root/src/boot/Makefile.in
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-05-11 03:18:26 +0000
committerdos-reis <gdr@axiomatics.org>2009-05-11 03:18:26 +0000
commitd3eeff8c0c553fd276f475590b2967bf388bdbed (patch)
tree9a10730cad5da6b9513bc67f3180aceb1105bed7 /src/boot/Makefile.in
parentc17f22c0fea71fba2e99aad1e7292be1963ae96d (diff)
downloadopen-axiom-d3eeff8c0c553fd276f475590b2967bf388bdbed.tar.gz
* boot/translator.boot: Don't load imported modules when
bootstrapping.
Diffstat (limited to 'src/boot/Makefile.in')
-rw-r--r--src/boot/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/boot/Makefile.in b/src/boot/Makefile.in
index 357874ae..53514bbe 100644
--- a/src/boot/Makefile.in
+++ b/src/boot/Makefile.in
@@ -148,7 +148,7 @@ stage1/bootsys$(EXEEXT): $(stage1_boot_objects)
--output=$@ --load-directory=stage1 $(stage1_boot_objects)
stage1/%.clisp: %.boot strap/stamp stage1/.started
- strap/bootsys -- --translate --load-directory=stage1 --output=$@ $<
+ strap/bootsys -- --translate --import=skip --output=$@ $<
##
@@ -175,7 +175,7 @@ stage2/bootsys$(EXEEXT): $(stage2_boot_objects)
--output=$@ --load-directory=stage2 $(stage2_boot_objects)
stage2/%.clisp: %.boot stage1/stamp stage2/.started
- stage1/bootsys -- --translate --load-directory=stage2 --output=$@ $<
+ stage1/bootsys -- --translate --import=skip --output=$@ $<
##
## Generic rules for compiling FASLs