]> git.lizzy.rs Git - rust.git/commit
mk: Change windows to install from stage2
authorAlex Crichton <alex@alexcrichton.com>
Mon, 14 Apr 2014 20:42:45 +0000 (13:42 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 16 Apr 2014 02:45:00 +0000 (19:45 -0700)
commitefec34a95a76212b2324d98f3f6d94a1397c2544
tree2499445ee99c3271d90d137e9258ed89a5e0249b
parentca5babea5f12ed57365740c959b4f3c7316474a7
mk: Change windows to install from stage2

In the past, windows was installed from stage3 to guarantee convergence between
the host and target artifacts, but syntax extensions on all platforms are
currently relying on convergence, so special casing this one platform has become
less relevant over time.

This will also have the added benefit of dealing with #13474 and #13491. These
issues will be closed after next next nightly is confirmed to fix them.
mk/prepare.mk