]> git.lizzy.rs Git - rust.git/commit
rustbuild: Don't pass `-j` if called by `make`
authorAlex Crichton <alex@alexcrichton.com>
Fri, 15 Sep 2017 16:40:35 +0000 (09:40 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Sun, 17 Sep 2017 16:29:11 +0000 (09:29 -0700)
commit4857bb7ffa7d83af4caff0a3571772c45fc8c76d
tree9ebd567acc6fe62d29797b43e1795f672bea5cf4
parentef227f5ffe438783db0add58208d79dd84158c06
rustbuild: Don't pass `-j` if called by `make`

In these situations Cargo just prints out a warning about ignoring the flag
anyway, so let `make` take care of jobs and whatnot instead of getting warnings
printed.
src/bootstrap/builder.rs