chore: check-stage3 target for checking (eventually) deterministic bootstrap

This commit is contained in:
Sebastian Ullrich 2019-12-07 20:27:25 +01:00
parent 3a2e63c040
commit e98fdc4db6

View file

@ -47,6 +47,9 @@ if(NOT STAGE0)
set(PREV_LEAN "$<TARGET_FILE:lean_stage${STAGE}>")
endforeach()
add_custom_target(check-stage3
COMMAND diff "$<TARGET_FILE:lean_stage2>" "$<TARGET_FILE:lean_stage3>")
add_custom_target(update-stage0
COMMAND make update-stage0 "STAGE1_OUT=${CMAKE_BINARY_DIR}/stage1/Init"
DEPENDS leanstdlib