]> git.lizzy.rs Git - rust.git/commit
Fix parallel makefile builds
authorAlex Crichton <alex@alexcrichton.com>
Mon, 6 Jan 2014 22:14:17 +0000 (14:14 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 7 Jan 2014 05:55:15 +0000 (21:55 -0800)
commit89f8bc2561dfae51affa47a5056c065091c49f51
tree482cced5b209e123bc959951f90bd5a4f5dfba99
parent03e91573c73dbaa6afc905c6b14df4bb327589c9
Fix parallel makefile builds

All the copying of files amongst one another was apparently causing something to
get corrupted. Instead of having files fly around, just update the directories
to link to.
mk/target.mk