diff options
author | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2008-10-16 23:44:21 +0000 |
---|---|---|
committer | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2008-10-16 23:44:21 +0000 |
commit | 8a3ad59653c2ecb9de0ffc91714855748f8a22b9 (patch) | |
tree | 060c93f79ebe7667ac7955d08513c8e31272a972 /src/devices | |
parent | 4727c0744615d7b49c843197433937721ce9acd1 (diff) | |
download | coreboot-8a3ad59653c2ecb9de0ffc91714855748f8a22b9.tar.xz |
Revision 3564 improved compilation time, but it also introduced a
dependency bug which hit people running parallel make instances.
With our current makefile architecture, the "right" fix is impossible.
However, we can still kill the race conditions leading to arbitrary
compilation failures. That trick depends on the atomicity of the mv
command.
Extensive comments explain what the workaround does.
Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3663 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/devices')
0 files changed, 0 insertions, 0 deletions