Skip to content

Commit 8bfb93c

Browse files
committed
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
1 parent 28a3e8b commit 8bfb93c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mk/dist.mk

+3
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ PKG_FILES := \
4848
$(S)configure $(S)Makefile.in \
4949
$(S)man \
5050
$(addprefix $(S)src/, \
51+
bootstrap \
52+
build_helper \
5153
compiletest \
5254
doc \
5355
driver \
@@ -60,6 +62,7 @@ PKG_FILES := \
6062
rt \
6163
rtstartup \
6264
rustllvm \
65+
rustc \
6366
snapshots.txt \
6467
rust-installer \
6568
rustbook \

0 commit comments

Comments
 (0)