Skip to content

Commit 51b74c4

Browse files
committed
make: update dist target after libextra split
libextra is currently being split into several crates. This commit adds them all to the dist target in order to have them in the final tarballs. Signed-off-by: Luca Bruno <lucab@debian.org>
1 parent 99cdaba commit 51b74c4

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

mk/dist.mk

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,11 @@ PKG_FILES := \
2727
$(S)doc \
2828
$(addprefix $(S)src/, \
2929
README.md \
30-
driver \
31-
librustc \
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)