about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2016-02-21 13:17:37 +0000
committerbors <bors@rust-lang.org>2016-02-21 13:17:37 +0000
commit0f62d219fbc02fc39f2fc4222d58ffb875c4900f (patch)
treed76162a3eb74bfd0b92b918083f4db7b23a47592
parent80122b2248a6168f38fdb8b532e0cdf5f6c01ba8 (diff)
parent8bfb93c275b476460727e500d1015c8ebedd393b (diff)
downloadrust-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.mk3
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                                 \