mk: Don't check core/std/rustc as part of check-fast

When debugging check-fast it's annoying to wait through core/std
This commit is contained in:
Brian Anderson 2013-02-05 18:07:37 -08:00
parent 0e913a4c90
commit 1970c9c4d2
1 changed files with 0 additions and 3 deletions

View File

@ -592,9 +592,6 @@ $(3)/test/$$(FT_DRIVER)-$(2).out: \
--logfile tmp/$$(FT_DRIVER)-$(2).log
check-fast-T-$(2)-H-$(3): \
check-stage2-T-$(2)-H-$(3)-rustc \
check-stage2-T-$(2)-H-$(3)-core \
check-stage2-T-$(2)-H-$(3)-std \
$(3)/test/$$(FT_DRIVER)-$(2).out
endef