From 8bfb93c275b476460727e500d1015c8ebedd393b Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sat, 20 Feb 2016 18:34:07 -0800 Subject: [PATCH] mk: Add missing rustbuild dirs to `dist` Forgot to add a few directories to `make dist` so `--enable-rustbuild` can continue to work. Closes #31801 --- mk/dist.mk | 3 +++ 1 file changed, 3 insertions(+) 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 \