On Mon, Aug 24, 2020 at 12:42 AM Gerd Hoffmann <kra...@redhat.com> wrote: > > 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 <kra...@redhat.com>
Reviewed-by: Alistair Francis <alistair.fran...@wdc.com> Alistair > --- > configure | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure b/configure > index 67832e3bab76..428fa33be140 100755 > --- a/configure > +++ b/configure > @@ -8119,7 +8119,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 > >