[PATCH 0/6] meson: convert the remaining of install target

marcandre.lureau@redhat.com posted 6 patches 3 years, 8 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200826130622.553318-1-marcandre.lureau@redhat.com
Makefile             | 62 -------------------------------------------
meson.build          |  1 +
pc-bios/meson.build  | 63 ++++++++++++++++++++++++++++++++++++++++++++
qga/meson.build      |  2 ++
scripts/meson.build  |  3 +++
ui/icons/meson.build | 13 +++++++++
ui/meson.build       |  3 +++
7 files changed, 85 insertions(+), 62 deletions(-)
create mode 100644 scripts/meson.build
create mode 100644 ui/icons/meson.build
[PATCH 0/6] meson: convert the remaining of install target
Posted by marcandre.lureau@redhat.com 3 years, 8 months ago
From: Marc-André Lureau <marcandre.lureau@redhat.com>

Hi,

A few patches to finish replacing the Makefile install target by meson.

Marc-André Lureau (6):
  meson: install pc-bios blobs
  meson: install scripts/qemu-trace-stap
  meson: install icons
  meson: install desktop file
  meson: install $localstatedir/run for qga
  build-sys: remove install target from Makefile

 Makefile             | 62 -------------------------------------------
 meson.build          |  1 +
 pc-bios/meson.build  | 63 ++++++++++++++++++++++++++++++++++++++++++++
 qga/meson.build      |  2 ++
 scripts/meson.build  |  3 +++
 ui/icons/meson.build | 13 +++++++++
 ui/meson.build       |  3 +++
 7 files changed, 85 insertions(+), 62 deletions(-)
 create mode 100644 scripts/meson.build
 create mode 100644 ui/icons/meson.build

-- 
2.26.2