zealot.factor: Print a message for each step.

modern-harvey2
Doug Coleman 2017-09-16 12:27:04 -05:00
parent 4d3bc90e9d
commit 76a6235940
1 changed files with 6 additions and 6 deletions

View File

@ -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 ;