Skip to content

Commit 08f4559

Browse files
authored
Rollup merge of #34545 - sanxiyn:rustbuild, r=alexcrichton
Add rustc-stageN targets to rustbuild
2 parents 2c643bd + 58c581c commit 08f4559

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)