Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add rustc-stageN targets to rustbuild
  • Loading branch information
sanxiyn committed Jun 29, 2016
1 parent 366de83 commit 58c581c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/bootstrap/mk/Makefile.in
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 58c581c

Please sign in to comment.