qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/2] Makefile: Re-indent 'help' target and list tools


From: Philippe Mathieu-Daudé
Subject: [PATCH 0/2] Makefile: Re-indent 'help' target and list tools
Date: Thu, 5 Mar 2020 01:48:53 +0100

This series improves the 'make help' output:
- re-indent current output
- list tools targets:

    $ make help
    [...]

    Architecture specific targets:
      x86_64-softmmu/all             - Build for x86_64-softmmu

    Tools targets:
      qemu-ga                        - Build qemu-ga tool
      qemu-keymap                    - Build qemu-keymap tool
      elf2dmp                        - Build elf2dmp tool
      ivshmem-client                 - Build ivshmem-client tool
      ivshmem-server                 - Build ivshmem-server tool
      qemu-nbd                       - Build qemu-nbd tool
      qemu-img                       - Build qemu-img tool
      qemu-io                        - Build qemu-io tool
      qemu-edid                      - Build qemu-edid tool
      fsdev/virtfs-proxy-helper      - Build virtfs-proxy-helper tool
      scsi/qemu-pr-helper            - Build qemu-pr-helper tool

    Cleaning targets:
      clean                          - Remove most generated files but keep t=
he config
      distclean                      - Remove all generated files
      dist                           - Build a distributable tarball

Philippe Mathieu-Daud=C3=A9 (2):
  Makefile: Align 'help' target output
  Makefile: Let the 'help' target list the tools targets

 Makefile | 49 ++++++++++++++++++++++++++++---------------------
 1 file changed, 28 insertions(+), 21 deletions(-)

--=20
2.21.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]