]> Git Repo - qemu.git/commit - configure
configure: don't modify .status on error
authorMichael S. Tsirkin <[email protected]>
Sun, 9 Mar 2014 15:37:49 +0000 (17:37 +0200)
committerMichael S. Tsirkin <[email protected]>
Tue, 11 Mar 2014 11:27:26 +0000 (13:27 +0200)
commitdc655404659def26fbcd66583ca61575af9da8b9
tree26626c68c9fd99adf423aadfb287321d92131326
parentac41881b48858b279960a17c07f0b159af91e75a
configure: don't modify .status on error

./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]>
configure
This page took 0.02575 seconds and 4 git commands to generate.