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