the following patch was just integrated into master: commit 913e1718cdb3168117555287b99d00d6e6fed55d Author: Patrick Georgi patrick@georgi-clan.de Date: Tue Jul 15 12:28:12 2014 +0200
build system: fix another cbfstool race
It just doesn't work to have files depend on their parent directory: As soon as the files are written, the time stamp of the directory changes, too.
This led to spurious updates of cbfstool and rmodtool, and related "permission denied" errors when linker and build system ran into each other.
Change-Id: I44a7d7b4b1d47a1567ece1f57dfd6745d05ee651 Signed-off-by: Patrick Georgi patrick@georgi-clan.de Reviewed-on: http://review.coreboot.org/6276 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net Reviewed-by: Kyösti Mälkki kyosti.malkki@gmail.com
See http://review.coreboot.org/6276 for details.
-gerrit