mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
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.
This commit is contained in:
commit
a2290db797
13
mk/dist.mk
13
mk/dist.mk
@ -26,19 +26,12 @@ PKG_FILES := \
|
||||
$(S)man \
|
||||
$(S)doc \
|
||||
$(addprefix $(S)src/, \
|
||||
README.txt \
|
||||
driver \
|
||||
librustc \
|
||||
README.md \
|
||||
compiletest \
|
||||
driver \
|
||||
etc \
|
||||
libextra \
|
||||
libstd \
|
||||
libsyntax \
|
||||
librustuv \
|
||||
libgreen \
|
||||
libnative \
|
||||
$(foreach crate,$(CRATES),lib$(crate)) \
|
||||
rt \
|
||||
librustdoc \
|
||||
rustllvm \
|
||||
snapshots.txt \
|
||||
test) \
|
||||
|
Loading…
Reference in New Issue
Block a user