I've made a lot of changes to
LazBuild, including the output system. You can see the full list of changes (not just mine):
git log --oneline lazarus_3_0..lazarus_4_0 -- ide\lazbuild.lpr
As far as I remember, it used to have reduced verbosity (
b5fe30e1bbb), and I set it to normal (
893885c9db) to match the IDE. So, compared to the previous version, it seems too verbose. In fact, it was quite terse before.
Regarding "
--quiet --quiet" I just tested version
4.2, and my output changes depending on the number of parameters "
--quiet" (or "
--verbose").
Note that this parameter can be set up to
three times – see
this line. I didn't change it, but since the default verbosity was previously lower, this line now requires three "
--quiet" options. This is probably your problem. Maybe its value should be lowered?
If you're really having problems, please provide more information (preferably in the bug tracker). Pipe the output from commands with different numbers of "
--quiet" (and "
--verbose") parameters to a file for comparison.