lilypond-devel
[Top][All Lists]
Advanced

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

Re: Issue 5568: make build output terse by default (issue 557080043 by a


From: lemzwerg
Subject: Re: Issue 5568: make build output terse by default (issue 557080043 by address@hidden)
Date: Sat, 05 Oct 2019 06:44:54 -0700

We are getting nearer, thanks :-)

The next thing I notice is that `ly_progress` is (always?) called as

  $(call ly_progress,Making,$@,<comment>)

What about using `$$@` (or something like that to delay expansion) in
the definition of `ly_progress` and omitting `Making` as an argument,
too?  This would give

  $(call ly_progress,<comment>)

instead.

https://codereview.appspot.com/557080043/



reply via email to

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