Skip to content

Commit a2290db

Browse files
committed
auto merge of #12112 : lucab/rust/make-dist, r=alexcrichton
`make dist` or building from a generated tarball is currently not possible due to some files that have been renamed and the ongoing libextra split. This PR fixes all (current) issues in order to build rust from the .tar.gz source alone.
2 parents cba7ac5 + 51b74c4 commit a2290db

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

mk/dist.mk

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,12 @@ PKG_FILES := \
2626
$(S)man \
2727
$(S)doc \
2828
$(addprefix $(S)src/, \
29-
README.txt \
30-
driver \
31-
librustc \
29+
README.md \
3230
compiletest \
31+
driver \
3332
etc \
34-
libextra \
35-
libstd \
36-
libsyntax \
37-
librustuv \
38-
libgreen \
39-
libnative \
33+
$(foreach crate,$(CRATES),lib$(crate)) \
4034
rt \
41-
librustdoc \
4235
rustllvm \
4336
snapshots.txt \
4437
test) \

0 commit comments

Comments
 (0)