Re: Issue 5568: make build output terse by default (issue 557080043 by nine.fierce.ball...@gmail.com)

2019-10-04 Thread nine . fierce . ballads
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

Re: Issue 5568: make build output terse by default (issue 557080043 by nine.fierce.ball...@gmail.com)

2019-10-04 Thread lemzwerg--- via lilypond-devel
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

Issue 5568: make build output terse by default (issue 557080043 by nine.fierce.ball...@gmail.com)

2019-10-04 Thread nine . fierce . ballads
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