projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb28cb1
)
roms: switch oldnoconfig to olddefconfig
author
Michael S. Tsirkin
<mst@redhat.com>
Thu, 21 Mar 2013 12:04:21 +0000
(14:04 +0200)
committer
Michael S. Tsirkin
<mst@redhat.com>
Tue, 26 Mar 2013 19:02:19 +0000
(21:02 +0200)
When a new option is added that qemu does not know
about, the prudent thing is to use the default not
force it to "no".
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
roms/configure-seabios.sh
patch
|
blob
|
history
diff --git
a/roms/configure-seabios.sh
b/roms/configure-seabios.sh
index 98f59a24ba938c170c0d64ae3c2cc728130b1975..4bb6c2b90f30cc37e9e4e60fb3e3d33bf6eed199 100755
(executable)
--- a/
roms/configure-seabios.sh
+++ b/
roms/configure-seabios.sh
@@
-2,4
+2,4
@@
config="$1"
make -C seabios clean distclean
cp "$config" seabios/.config
-make -C seabios old
no
config
+make -C seabios old
def
config