On 2019/10/04 23:23:19, lemzwerg wrote:
* I can imagine that it makes more sense to show paths (if at
all) relative to the top-level build or source directory. This
would allow a quick comparison of compilation logs between two
different installations.
It should be the build directory. If yo
Thanks for your efforts. Some comments.
* What about using the automake format, for example
CC foo.o
CCLD bar
FLEX baz.c
See the automake info manual, `Silencing Make', for more.
In particular I think that the `Making ' string can be completely
omitted.
* I can imagin
Reviewers: ,
Description:
https://sourceforge.net/p/testlilyissues/issues/5568/
The goal is to show progress without burying warnings and errors in
the noise of long commands.
Options VERBOSE=1 and SILENT=1 make the output more like the usual
"make" and "make -s" (respectively).
The verbosity