From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: seabios@seabios.org, qemu-stable@nongnu.org,
Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PATCH 1/2] Revert "roms: switch oldnoconfig to olddefconfig"
Date: Tue, 28 May 2013 12:28:51 +0200 [thread overview]
Message-ID: <1369736932-16627-2-git-send-email-kraxel@redhat.com> (raw)
In-Reply-To: <1369736932-16627-1-git-send-email-kraxel@redhat.com>
This reverts commit a5519b42cfd6c00e9f8b31c5aad7682e7a9f1181.
Breaks "make bios" in roms/ as the kconfig version in seabios doesn't
support olddefconfig. Must have been be totally untested.
Signed-off-by: Gerd Hoffmann <kraxel@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 4bb6c2b..98f59a2 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 olddefconfig
+make -C seabios oldnoconfig
--
1.7.9.7
next prev parent reply other threads:[~2013-05-28 10:28 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-28 10:28 [Qemu-devel] [PULL 0/2] update seabios to release 1.7.2.2 Gerd Hoffmann
2013-05-28 10:28 ` Gerd Hoffmann [this message]
2013-05-28 10:28 ` [Qemu-devel] [PATCH 2/2] " Gerd Hoffmann
2013-06-11 22:05 ` [Qemu-devel] [PULL 0/2] " mdroth
2013-06-11 22:09 ` mdroth
2013-06-17 21:18 ` Anthony Liguori
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1369736932-16627-2-git-send-email-kraxel@redhat.com \
--to=kraxel@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-stable@nongnu.org \
--cc=seabios@seabios.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).