[coreboot-gerrit] Patch merged into coreboot/master: e469602 make: avoid problems with mv aliases

gerrit at coreboot.org gerrit at coreboot.org
Tue Apr 28 03:12:40 CEST 2015


the following patch was just integrated into master:
commit e46960246139fbf53e34de9288e654da900db63b
Author: Vadim Bendebury <vbendeb at chromium.org>
Date:   Sat Apr 25 11:34:35 2015 -0700

    make: avoid problems with mv aliases
    
    Make fails to update .xcompile in case there is an mv alias preventing
    silent overwrites of existing files. To avoid ambiguity, invoke mv
    from standard location.
    
    While we are at it, drop the code creating a unique .xcompile instance
    before copying it into destination: this was done for the case of
    running multiple independent make processes in parallel, but there is
    a problem with this approach with multiple processes copying their
    unique copies into the same destination file.
    
    The tool running multiple make invocations in parallel should
    explicitly invoke xcompile first.
    
    Change-Id: Iedc5e288fbcc5dfc18ce39de5c067bb869a13275
    Signed-off-by: Vadim Bendebury <vbendeb at chromium.org>
    Reviewed-on: http://review.coreboot.org/9994
    Tested-by: build bot (Jenkins)
    Reviewed-by: Patrick Georgi <pgeorgi at google.com>


See http://review.coreboot.org/9994 for details.

-gerrit



More information about the coreboot-gerrit mailing list