zealot.factor: Print a message for each step.
parent
4d3bc90e9d
commit
76a6235940
|
@ -131,10 +131,10 @@ M: windows factor-path "./factor.com" ;
|
|||
[ drop "factor" "factor" zealot-github-add-build-remote drop ]
|
||||
[ drop [ git-fetch-all* ] with-directory drop ]
|
||||
[ zealot-build-checkout-branch drop ]
|
||||
[ download-my-boot-image ]
|
||||
[ download-boot-checksums ]
|
||||
[ drop compile-factor ]
|
||||
[ drop bootstrap-factor ]
|
||||
[ "ZEALOT LOAD" print flush yield drop zealot-load-commands ]
|
||||
[ drop zealot-test-commands ]
|
||||
[ "ZEALOT DOWNLOADING BOOT IMAGE" print flush download-my-boot-image ]
|
||||
[ "ZEALOT DOWNLOADING CHECKSUMS" print flush download-boot-checksums ]
|
||||
[ "ZEALOT COMPILING" print flush drop compile-factor ]
|
||||
[ "ZEALOT BOOTSTRAPPING" print flush drop bootstrap-factor ]
|
||||
[ "ZEALOT LOADING ROOTS" print flush drop zealot-load-commands ]
|
||||
[ "ZEALOT TESTING ROOTS" print flush drop zealot-test-commands ]
|
||||
} 2cleave ;
|
Loading…
Reference in New Issue