qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] buildsys: Restore listing binaries/tools/helpers in 'make he


From: Paolo Bonzini
Subject: Re: [PATCH] buildsys: Restore listing binaries/tools/helpers in 'make help' target
Date: Thu, 3 Jun 2021 18:07:57 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1

On 02/06/21 17:08, Philippe Mathieu-Daudé wrote:
+       @echo  'Architecture specific targets:'
+       @ninja -t targets all | sed -ne 's/\(.*\): cpp_LINKER.*/  \1/p'
+       @echo  ''

This doesn't work in general, it depends on the link_language established by configure. The separation between qemu-* targets and other targets is not particularly useful in my opinion.

The targets are not described as before, but it is still more
useful to users rather than nothing listed at all.

Maybe add "make targets" and add it to the help? The information in "make help" already includes what's generally useful; listing a few dozen targets overwhelms the user with output, whereas most people only care about "make all" and "make check".

Paolo




reply via email to

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