Update stage2 bootstrap
parent
5fdee1a611
commit
f06bca825a
|
@ -29,6 +29,13 @@ IN: bootstrap.stage2
|
||||||
wince? [ "windows.ce" require ] when
|
wince? [ "windows.ce" require ] when
|
||||||
winnt? [ "windows.nt" require ] when
|
winnt? [ "windows.nt" require ] when
|
||||||
|
|
||||||
|
"deploy-vocab" get [
|
||||||
|
"stage2: deployment mode" print
|
||||||
|
] [
|
||||||
|
"listener" require
|
||||||
|
"none" require
|
||||||
|
] if
|
||||||
|
|
||||||
[
|
[
|
||||||
! Compile everything if compiler is loaded
|
! Compile everything if compiler is loaded
|
||||||
all-words [ changed-word ] each
|
all-words [ changed-word ] each
|
||||||
|
@ -54,11 +61,8 @@ IN: bootstrap.stage2
|
||||||
f error-continuation set-global
|
f error-continuation set-global
|
||||||
|
|
||||||
"deploy-vocab" get [
|
"deploy-vocab" get [
|
||||||
"tools.deploy" run
|
"tools.deploy.shaker" run
|
||||||
] [
|
] [
|
||||||
"listener" require
|
|
||||||
"none" require
|
|
||||||
|
|
||||||
[
|
[
|
||||||
boot
|
boot
|
||||||
do-init-hooks
|
do-init-hooks
|
||||||
|
|
Loading…
Reference in New Issue