Searched hist:f160a5b25b33b69b089815cfd435aa3199497984 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ |
H A D | configure | f160a5b25b33b69b089815cfd435aa3199497984 Tue Feb 21 05:06:30 CST 2023 Dinah Baum <dinahbaum123@gmail.com> configure: Add 'mkdir build' check
QEMU configure script goes into an infinite error printing loop when in read only directory due to 'build' dir never being created.
Checking if 'mkdir dir' succeeds prevents this error.
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/321 Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Dinah Baum <dinahbaum123@gmail.com> Message-Id: <20230221110631.4142-1-dinahbaum123@gmail.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> [thuth: Remove second "touch $MARKER"] Signed-off-by: Thomas Huth <thuth@redhat.com>
|