qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2] rules.mak: quiet-command: Split command name


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH v2] rules.mak: quiet-command: Split command name and args to print
Date: Tue, 4 Oct 2016 14:55:13 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0

On 10/04/2016 11:27 AM, Peter Maydell wrote:
> The quiet-command make rule currently takes two arguments:
> the command and arguments to run, and a string to print if
> the V flag is not set (ie we are not being verbose).
> By convention, the string printed is of the form
> "  NAME   some args". Unfortunately to get nicely lined up
> output all the strings have to agree about what column the
> arguments should start in, which means that if we add a
> new quiet-command usage which wants a slightly longer CMD
> name then we either put up with misalignment or change
> every quiet-command string.
> 

> 
> Changes v1->v2:
>  * rebased on master, one new use of quiet-command updated
>  * in pc-bios/optionrom/Makefile and pc-bios/s390-ccw/Makefile,
>    use "BUILD" and "SIGN" for consistency (and to avoid 8-letter word)
>  * improved consistency somewhat by not putting spaces after
>    comma before "THING" strings
>  * tidy "LD -r" printed for .mo link to plain "LD"

I reviewed the interdiff between v1 and v2, and am satisfied enough to add:

Reviewed-by: Eric Blake <address@hidden>

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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