diff options
| author | bors <bors@rust-lang.org> | 2016-02-21 13:17:37 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2016-02-21 13:17:37 +0000 |
| commit | 0f62d219fbc02fc39f2fc4222d58ffb875c4900f (patch) | |
| tree | d76162a3eb74bfd0b92b918083f4db7b23a47592 | |
| parent | 80122b2248a6168f38fdb8b532e0cdf5f6c01ba8 (diff) | |
| parent | 8bfb93c275b476460727e500d1015c8ebedd393b (diff) | |
| download | rust-0f62d219fbc02fc39f2fc4222d58ffb875c4900f.tar.gz rust-0f62d219fbc02fc39f2fc4222d58ffb875c4900f.zip | |
Auto merge of #31802 - alexcrichton:fix-dist-rustbuild, r=japaric
Forgot to add a few directories to `make dist` so `--enable-rustbuild` can continue to work. Closes #31801
| -rw-r--r-- | mk/dist.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mk/dist.mk b/mk/dist.mk index 31d3764eefa..38e0bcd338d 100644 --- a/mk/dist.mk +++ b/mk/dist.mk @@ -48,6 +48,8 @@ PKG_FILES := \ $(S)configure $(S)Makefile.in \ $(S)man \ $(addprefix $(S)src/, \ + bootstrap \ + build_helper \ compiletest \ doc \ driver \ @@ -60,6 +62,7 @@ PKG_FILES := \ rt \ rtstartup \ rustllvm \ + rustc \ snapshots.txt \ rust-installer \ rustbook \ |
