Skip to content

Commit

Permalink
Rollup merge of rust-lang#34545 - sanxiyn:rustbuild, r=alexcrichton
Browse files Browse the repository at this point in the history
Add rustc-stageN targets to rustbuild
  • Loading branch information
Manishearth authored Jul 2, 2016
2 parents 2c643bd + 58c581c commit 08f4559
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/bootstrap/mk/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 08f4559

Please sign in to comment.