Skip to content

Commit 58c581c

Browse files
committed
Add rustc-stageN targets to rustbuild
1 parent 366de83 commit 58c581c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/bootstrap/mk/Makefile.in

+5
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ all:
2525
clean:
2626
$(Q)$(BOOTSTRAP) --clean
2727

28+
rustc-stage1:
29+
$(Q)$(BOOTSTRAP) --step libtest --stage 1
30+
rustc-stage2:
31+
$(Q)$(BOOTSTRAP) --step libtest --stage 2
32+
2833
docs: doc
2934
doc:
3035
$(Q)$(BOOTSTRAP) --step doc

0 commit comments

Comments
 (0)