]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #40152 - eddyb:order-in-rustbuild, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 3 Mar 2017 03:15:52 +0000 (03:15 +0000)
committerbors <bors@rust-lang.org>
Fri, 3 Mar 2017 03:15:52 +0000 (03:15 +0000)
rustbuild: use deterministic step ordering and respect path order on the command-line.

Restores similar behavior to `make` rules, where:
* the step order was always the same, e.g. the testsuite order in `make check`
* `make check-stage1-{cfail,rpass}` would *always* run `cfail` before `rpass`
  * `./x.py test--stage 1 src/test/{compile-fail,run-pass}` is now equivalent

r? @alexcrichton


Trivial merge