[coreboot-gerrit] Patch merged into coreboot/master: d268ab3 crossgcc: close stdin when search_tool() execute programs.

gerrit at coreboot.org gerrit at coreboot.org
Sun Apr 26 15:39:34 CEST 2015


the following patch was just integrated into master:
commit d268ab32e3136534e8a1dd7e53eafd3583aea15a
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Mon Apr 13 17:15:12 2015 +0200

    crossgcc: close stdin when search_tool() execute programs.
    
    bzip2 --version |grep -c will wait for input on stdin. ./buildgcc will hang because of this.
    Add `cat /dev/null |` close the stdin.
    
    Change-Id: I2a8b08a4d90ca7a89705923d5b68ba6ac13f29b3
    Signed-off-by: Alexander Couzens <lynxis at fe80.eu>
    Reviewed-on: http://review.coreboot.org/9605
    Tested-by: build bot (Jenkins)
    Reviewed-by: Patrick Georgi <pgeorgi at google.com>


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

-gerrit



More information about the coreboot-gerrit mailing list