qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Klaus Jensen <k.jensen@samsung.com>,
	Bin Meng <bin.meng@windriver.com>,
	Alistair Francis <alistair.francis@wdc.com>,
	laurent@vivier.eu, Gerd Hoffmann <kraxel@redhat.com>
Subject: [PULL 1/3] meson: drop keymaps symlink
Date: Tue, 25 Aug 2020 08:20:06 +0200	[thread overview]
Message-ID: <20200825062008.6502-2-kraxel@redhat.com> (raw)
In-Reply-To: <20200825062008.6502-1-kraxel@redhat.com>

We are building the keymaps by default now.  Drop the keymaps symlink
so the generated files are actually written to the build tree not the
source tree.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Tested-by: Klaus Jensen <k.jensen@samsung.com>
Tested-by: Bin Meng <bin.meng@windriver.com>
Message-id: 20200824074057.3673-1-kraxel@redhat.com
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index b8f5b81a6719..377aafa2acd5 100755
--- a/configure
+++ b/configure
@@ -8120,7 +8120,7 @@ DIRS="$DIRS roms/seabios"
 LINKS="Makefile"
 LINKS="$LINKS tests/tcg/lm32/Makefile"
 LINKS="$LINKS tests/tcg/Makefile.target"
-LINKS="$LINKS pc-bios/optionrom/Makefile pc-bios/keymaps"
+LINKS="$LINKS pc-bios/optionrom/Makefile"
 LINKS="$LINKS pc-bios/s390-ccw/Makefile"
 LINKS="$LINKS roms/seabios/Makefile"
 LINKS="$LINKS pc-bios/qemu-icon.bmp"
-- 
2.27.0



  reply	other threads:[~2020-08-25  6:23 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-25  6:20 [PULL 0/3] Fixes 20200825 patches Gerd Hoffmann
2020-08-25  6:20 ` Gerd Hoffmann [this message]
2020-08-25  6:20 ` [PULL 2/3] meson: move xkbcommon to meson Gerd Hoffmann
2020-08-25  6:20 ` [PULL 3/3] meson: avoid compiling qemu-keymap by default Gerd Hoffmann
2020-08-25 12:59 ` [PULL 0/3] Fixes 20200825 patches Peter Maydell
2020-08-27  7:20 ` Thomas Huth
2020-08-27  9:28   ` Gerd Hoffmann
2020-08-27 10:23   ` Peter Maydell
2020-08-28  5:13     ` Gerd Hoffmann
2020-08-28 16:29       ` Peter Maydell
2020-08-28 16:40         ` Daniel P. Berrangé

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=20200825062008.6502-2-kraxel@redhat.com \
    --to=kraxel@redhat.com \
    --cc=alistair.francis@wdc.com \
    --cc=bin.meng@windriver.com \
    --cc=k.jensen@samsung.com \
    --cc=laurent@vivier.eu \
    --cc=qemu-devel@nongnu.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).