Add stage1, stage2 to Makefile.in default target, so tinderboxes notice breakage.
This commit is contained in:
parent
ebc236e91c
commit
5d1c8dbfa9
10
Makefile.in
10
Makefile.in
@ -147,13 +147,13 @@ all: boot/rustboot$(X) \
|
|||||||
$(GENERATED) \
|
$(GENERATED) \
|
||||||
$(DOCS) \
|
$(DOCS) \
|
||||||
stage1/$(CFG_STDLIB) \
|
stage1/$(CFG_STDLIB) \
|
||||||
stage1/glue.o
|
stage1/glue.o \
|
||||||
# stage1/rustc$(X) \
|
stage1/rustc$(X) \
|
||||||
# stage2/$(CFG_STDLIB) \
|
stage2/$(CFG_STDLIB) \
|
||||||
|
stage2/glue.o \
|
||||||
|
stage2/rustc$(X)
|
||||||
# stage3/$(CFG_STDLIB) \
|
# stage3/$(CFG_STDLIB) \
|
||||||
# stage2/glue.o \
|
|
||||||
# stage3/glue.o \
|
# stage3/glue.o \
|
||||||
# stage2/rustc$(X) \
|
|
||||||
# stage3/rustc$(X) \
|
# stage3/rustc$(X) \
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user