Auto merge of #6220 - metajack:task-info-build-cleanup, r=nox

This is the first bit of build cleanup on my quest to make Cargo faster.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6220)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-06-01 11:04:23 -05:00
commit e6c4ca4960
9 changed files with 22 additions and 64 deletions

View file

@ -10,9 +10,6 @@ path = "lib.rs"
[dependencies.profile_traits]
path = "../profile_traits"
[dependencies.task_info]
path = "../../support/rust-task_info"
[dependencies.util]
path = "../util"
@ -20,3 +17,9 @@ path = "../util"
libc = "*"
regex = "0.1.14"
time = "0.1.12"
[target.x86_64-apple-darwin.dependencies.task_info]
path = "../../support/rust-task_info"
[target.i686-apple-darwin.dependencies.task_info]
path = "../../support/rust-task_info"

View file

@ -1180,6 +1180,9 @@ dependencies = [
[[package]]
name = "task_info"
version = "0.0.1"
dependencies = [
"gcc 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "tempdir"