diff options
| author | Seo Sanghyeon <sanxiyn@gmail.com> | 2016-06-29 17:37:56 +0900 |
|---|---|---|
| committer | Seo Sanghyeon <sanxiyn@gmail.com> | 2016-06-29 17:37:56 +0900 |
| commit | 58c581cc46b81d7ec0b35dabcd3b090f9f3e2ee8 (patch) | |
| tree | 41b7b8d0458ad3288e6293194e637bd4f766b7a9 /src/bootstrap | |
| parent | 366de839ae9794411419c5b579c829e18adde613 (diff) | |
| download | rust-58c581cc46b81d7ec0b35dabcd3b090f9f3e2ee8.tar.gz rust-58c581cc46b81d7ec0b35dabcd3b090f9f3e2ee8.zip | |
Add rustc-stageN targets to rustbuild
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/mk/Makefile.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bootstrap/mk/Makefile.in b/src/bootstrap/mk/Makefile.in index 1f3ea8f19bb..c657785d78b 100644 --- a/src/bootstrap/mk/Makefile.in +++ b/src/bootstrap/mk/Makefile.in @@ -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 |
