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

Philippe Mathieu-Daudé posted 2 patches 5 years, 8 months ago
Test docker-quick@centos7 passed
Test FreeBSD passed
Test docker-mingw@fedora passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200305004855.9665-1-philmd@redhat.com
Makefile | 49 ++++++++++++++++++++++++++++---------------------
1 file changed, 28 insertions(+), 21 deletions(-)
[PATCH 0/2] Makefile: Re-indent 'help' target and list tools
Posted by Philippe Mathieu-Daudé 5 years, 8 months ago
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


Re: [PATCH 0/2] Makefile: Re-indent 'help' target and list tools
Posted by Paolo Bonzini 5 years, 8 months ago
On 05/03/20 01:48, Philippe Mathieu-Daudé wrote:
> 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
> 

Queued, thanks.

Paolo