Add stage1, stage2 to Makefile.in default target, so tinderboxes notice breakage.

This commit is contained in:
Graydon Hoare 2011-05-02 17:56:15 -07:00
parent ebc236e91c
commit 5d1c8dbfa9
1 changed files with 5 additions and 5 deletions

View File

@ -147,13 +147,13 @@ all: boot/rustboot$(X) \
$(GENERATED) \
$(DOCS) \
stage1/$(CFG_STDLIB) \
stage1/glue.o
# stage1/rustc$(X) \
# stage2/$(CFG_STDLIB) \
stage1/glue.o \
stage1/rustc$(X) \
stage2/$(CFG_STDLIB) \
stage2/glue.o \
stage2/rustc$(X)
# stage3/$(CFG_STDLIB) \
# stage2/glue.o \
# stage3/glue.o \
# stage2/rustc$(X) \
# stage3/rustc$(X) \