Rollup merge of #34545 - sanxiyn:rustbuild, r=alexcrichton
Add rustc-stageN targets to rustbuild
This commit is contained in:
commit
08f4559537
@ -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…
Reference in New Issue
Block a user