mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Fix definition of check-stageN-all targets
This commit is contained in:
parent
9cc2515dfa
commit
9711596bec
@ -457,7 +457,7 @@ check-stage$(1)-H-all-bench: \
|
||||
endef
|
||||
|
||||
$(foreach stage,$(STAGES), \
|
||||
$(eval $(call DEF_CHECK_FOR_STAGE,$(stage))))
|
||||
$(eval $(call DEF_CHECK_ALL_FOR_STAGE,$(stage))))
|
||||
|
||||
define DEF_CHECK_FOR_STAGE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user