On 9 March 2014 15:41, Michael S. Tsirkin <[email protected]> wrote: > ./configure --help > make > > will try to re-run configure with --help > which isn't what was intended. > > The reason is that config.status was written > even on configure error. > Defer writing config.status until configure > has completed successfully. > > Signed-off-by: Michael S. Tsirkin <[email protected]>
Reviewed-by: Peter Maydell <[email protected]> I think the only reason we were doing this early is that this info used to be in config.log, in which case it has to go at the start... -- PMM
