mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
Remove temporary config-host.h
Signed-off-by: Paul Brook <paul@codesourcery.com>
This commit is contained in:
parent
067a3ddc88
commit
370ab9863d
1 changed files with 8 additions and 1 deletions
9
configure
vendored
9
configure
vendored
|
@ -1747,7 +1747,14 @@ if test `expr "$target_list" : ".*softmmu.*"` != 0 ; then
|
|||
fi
|
||||
echo "TOOLS=$tools" >> $config_mak
|
||||
|
||||
test -f ${config_h}~ && cmp -s $config_h ${config_h}~ && mv ${config_h}~ $config_h
|
||||
if test -f ${config_h}~ ; then
|
||||
if cmp -s $config_h ${config_h}~ ; then
|
||||
mv ${config_h}~ $config_h
|
||||
else
|
||||
rm ${config_h}~
|
||||
fi
|
||||
fi
|
||||
|
||||
config_host_mak=${config_mak}
|
||||
|
||||
for target in $target_list; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue