Bo Berglund wrote:
Whenever I build Lazarus 1.6RC1 bigide, using the terminal command
make bigide, there is a lot of seemingly unneeded screen output in the
form of hints regarding "Sender" not being used and such.
Is there any way to block this from being printed to screen? A
parameter for make or something similar.
Especially when I use a script to install fpc and lazarus it seems
like overkill to print all of that info.

I'd suggest that it would be very bad practice to suppress warning messages from trunk or an RC build. Apart from that you might be able to do something by by putting one of the -v variants into the OPT shell variable when running the make... I've not tried it.

One thing which would be useful at the Lazarus level would be suppression of blank lines emitted by the linker. The FPC team insists that this is not their problem, even when the linker has been invoked automatically by the compiler.

--
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk

[Opinions above are the author's, not those of his employers or colleagues]

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to