Re: [PATCH 0/2] *** configure: Add 'mkdir build' check ***

2023-02-16 Thread Peter Maydell
On Wed, 8 Feb 2023 at 23:32, Dinah Baum wrote: > > QEMU configure script goes into an infinite error printing loop > when in read only directory due to 'build' dir never being created. > > 1 - Checking if 'mkdir dir' succeeds and if the directory is > writeable prevents this error. > > 2 - Since w

[PATCH 0/2] *** configure: Add 'mkdir build' check ***

2023-02-08 Thread Dinah Baum
QEMU configure script goes into an infinite error printing loop when in read only directory due to 'build' dir never being created. 1 - Checking if 'mkdir dir' succeeds and if the directory is writeable prevents this error. 2 - Since we exit early on error in (1), code for reading in arguments ha