lilypond-devel
[Top][All Lists]
Advanced

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

Re: [PATCH]: Clean up `make help' output.


From: John Mandereau
Subject: Re: [PATCH]: Clean up `make help' output.
Date: Wed, 20 Jan 2010 00:51:08 +0100

Le mardi 19 janvier 2010 à 09:47 -0800, Mark Polesky a écrit :
> I see.  Okay, here's a new patch that
>   * cleans up some more `make help' outputs
>   * incorporates multiple lines of "@echo"

LGTM, except that changes to mutopia-targets.make is completely useless,
as

find -name 'GNUmakefile*' |xargs grep mutopia

from the source tree shows that mutopia stepmake template is no longer
used (and thus should be removed, but not in this patch anyway).


> I didn't know exactly what to do with these lines in
> GNUmakefile.in, so I left them alone for now:
> 
> 249 test:
> 250         @echo -en 'For tracking crashes: use\n\n\t'
> 251         @echo 'grep sourcefilename [...]'
> 252         @echo

How about replacing it with

        @echo 'For tracking crashes: use'
        @echo
        @echo '        grep sourcefilename [...]'

?

Best,
John

Attachment: signature.asc
Description: Ceci est une partie de message numériquement signée


reply via email to

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