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
This commit is contained in:
parent
28a3e8bb51
commit
8bfb93c275
1 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,8 @@ PKG_FILES := \
|
||||||
$(S)configure $(S)Makefile.in \
|
$(S)configure $(S)Makefile.in \
|
||||||
$(S)man \
|
$(S)man \
|
||||||
$(addprefix $(S)src/, \
|
$(addprefix $(S)src/, \
|
||||||
|
bootstrap \
|
||||||
|
build_helper \
|
||||||
compiletest \
|
compiletest \
|
||||||
doc \
|
doc \
|
||||||
driver \
|
driver \
|
||||||
|
@ -60,6 +62,7 @@ PKG_FILES := \
|
||||||
rt \
|
rt \
|
||||||
rtstartup \
|
rtstartup \
|
||||||
rustllvm \
|
rustllvm \
|
||||||
|
rustc \
|
||||||
snapshots.txt \
|
snapshots.txt \
|
||||||
rust-installer \
|
rust-installer \
|
||||||
rustbook \
|
rustbook \
|
||||||
|
|
Loading…
Add table
Reference in a new issue