Rollup merge of #34545 - sanxiyn:rustbuild, r=alexcrichton
Add rustc-stageN targets to rustbuild
This commit is contained in:
commit
08f4559537
1 changed files with 5 additions and 0 deletions
|
|
@ -25,6 +25,11 @@ all:
|
|||
clean:
|
||||
$(Q)$(BOOTSTRAP) --clean
|
||||
|
||||
rustc-stage1:
|
||||
$(Q)$(BOOTSTRAP) --step libtest --stage 1
|
||||
rustc-stage2:
|
||||
$(Q)$(BOOTSTRAP) --step libtest --stage 2
|
||||
|
||||
docs: doc
|
||||
doc:
|
||||
$(Q)$(BOOTSTRAP) --step doc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue