output by bjam. Added bjam argument -mx where x is
the maximum amount of output to be captured from a
target, in kb.
This fix will enable, PGI, VACPP, and Clang to cycle
normally in the nightly testing.
[SVN r78847]
Changes to get verbose compiler output down to a manageable
size. Added option, -mN to limit output to N kb. Default
is to capture all compiler generated output. Added this
option to ignore massive compiler diagnostic outout
associated with some compilers. With this change, I can
increase the nightly timeout to longer than 300 seconds to
give some slower compilers a change to finish compiling.
[SVN r76862]