[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/6] Convert pc-bios Makefiles to meson
From: |
marcandre . lureau |
Subject: |
[PATCH 0/6] Convert pc-bios Makefiles to meson |
Date: |
Sat, 19 Sep 2020 00:47:53 +0400 |
From: Marc-André Lureau <marcandre.lureau@redhat.com>
Hi,
Here is a series of patches to convert the remaining Makefile in pc-bios/ to
meson. I have done various tests to check that the resulting binaries are
working as expected, but I didn't cover it all, and I am not sure the test su=
ite
covers them all either.
Please review,
Marc-Andr=C3=A9 Lureau (6):
meson: convert pc-bios/s390-ccw
optionrom: make kvmapic.S compile with clang
meson: convert pc-bios/optionrom
build-sys: remove no longer needed ROMS variable
build-sys: remove recurse-* rules
meson: replace pc-bios/Makefile
Makefile | 16 +--
configure | 21 ----
pc-bios/Makefile | 19 ----
pc-bios/meson.build | 20 ++++
pc-bios/optionrom/Makefile | 73 --------------
pc-bios/optionrom/kvmvapic.S | 4 +-
pc-bios/optionrom/meson.build | 73 ++++++++++++++
pc-bios/s390-ccw/Makefile | 62 ------------
pc-bios/s390-ccw/meson.build | 177 ++++++++++++++++++++++++++++++++++
pc-bios/s390-ccw/netboot.mak | 62 ------------
subprojects/optionrom | 1 +
subprojects/s390-ccw | 1 +
12 files changed, 276 insertions(+), 253 deletions(-)
delete mode 100644 pc-bios/Makefile
delete mode 100644 pc-bios/optionrom/Makefile
create mode 100644 pc-bios/optionrom/meson.build
delete mode 100644 pc-bios/s390-ccw/Makefile
create mode 100644 pc-bios/s390-ccw/meson.build
delete mode 100644 pc-bios/s390-ccw/netboot.mak
create mode 120000 subprojects/optionrom
create mode 120000 subprojects/s390-ccw
--=20
2.26.2
- [PATCH 0/6] Convert pc-bios Makefiles to meson,
marcandre . lureau <=
- [PATCH 1/6] meson: convert pc-bios/s390-ccw, marcandre . lureau, 2020/09/18
- [PATCH 2/6] optionrom: make kvmapic.S compile with clang, marcandre . lureau, 2020/09/18
- [PATCH 3/6] meson: convert pc-bios/optionrom, marcandre . lureau, 2020/09/18
- [PATCH 4/6] build-sys: remove no longer needed ROMS variable, marcandre . lureau, 2020/09/18
- [PATCH 5/6] build-sys: remove recurse-* rules, marcandre . lureau, 2020/09/18
- [PATCH 6/6] meson: replace pc-bios/Makefile, marcandre . lureau, 2020/09/18
- Re: [PATCH 0/6] Convert pc-bios Makefiles to meson, no-reply, 2020/09/18
- Re: [PATCH 0/6] Convert pc-bios Makefiles to meson, Paolo Bonzini, 2020/09/19