[coreboot] Patch merged into coreboot/master: dd52aa7 inteltool: remove bashism from Makefile

gerrit at coreboot.org gerrit at coreboot.org
Sun Oct 14 22:23:00 CEST 2012


the following patch was just integrated into master:
commit dd52aa7d313901269d9c5dfacad85022c3241168
Author: Stefan Tauner <stefan.tauner at gmx.at>
Date:   Sat Oct 13 02:33:35 2012 +0200

    inteltool: remove bashism from Makefile
    
    &> is a bashism to redirect both outward streams (stdout and stderr), but
    with other shells this introduces a race condition with the rm command
    after it, because the compiler execution is done in the background/
    in parallel. Found and tested with dash.
    
    Change-Id: I08516494828c9f7af168f954f2df027372657867
    Signed-off-by: Stefan Tauner <stefan.tauner at gmx.at>

Build-Tested: build bot (Jenkins) at Sun Oct 14 04:36:53 2012, giving +1
Reviewed-By: Peter Stuge <peter at stuge.se> at Sun Oct 14 22:22:59 2012, giving +2
See http://review.coreboot.org/1573 for details.

-gerrit




More information about the coreboot mailing list