All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] roms: switch oldnoconfig to olddefconfig
@ 2013-03-21 12:06 Michael S. Tsirkin
  0 siblings, 0 replies; only message in thread
From: Michael S. Tsirkin @ 2013-03-21 12:06 UTC (permalink / raw)
  To: qemu-devel

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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roms/configure-seabios.sh b/roms/configure-seabios.sh
index 98f59a2..4bb6c2b 100755
--- 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 oldnoconfig
+make -C seabios olddefconfig
-- 
MST

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-03-21 12:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-21 12:06 [Qemu-devel] [PATCH] roms: switch oldnoconfig to olddefconfig Michael S. Tsirkin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.