Skip to content

Commit

Permalink
make: update dist target after libextra split
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
lucab committed Feb 8, 2014
1 parent 99cdaba commit 51b74c4
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions mk/dist.mk
Expand Up @@ -27,18 +27,11 @@ PKG_FILES := \
$(S)doc \
$(addprefix $(S)src/, \
README.md \
driver \
librustc \
compiletest \
driver \
etc \
libextra \
libstd \
libsyntax \
librustuv \
libgreen \
libnative \
$(foreach crate,$(CRATES),lib$(crate)) \
rt \
librustdoc \
rustllvm \
snapshots.txt \
test) \
Expand Down

5 comments on commit 51b74c4

@bors
Copy link
Contributor

@bors bors commented on 51b74c4 Feb 8, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from alexcrichton
at lucab@51b74c4

@bors
Copy link
Contributor

@bors bors commented on 51b74c4 Feb 8, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging lucab/rust/make-dist = 51b74c4 into auto

@bors
Copy link
Contributor

@bors bors commented on 51b74c4 Feb 8, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lucab/rust/make-dist = 51b74c4 merged ok, testing candidate = a2290db

@bors
Copy link
Contributor

@bors bors commented on 51b74c4 Feb 9, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 51b74c4 Feb 9, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = a2290db

Please sign in to comment.