Reducing output from compile actions
"Chambers, Matthew via Boost-build" <[email protected]>
| Newsgroups | gmane.comp.lib.boost.build |
|---|---|
| Message-ID | <[email protected]> |
Instead of: > compile-c-c++ C:\build-dir\msvc-14.1\rls\adrs-mdl-64\async-excpt-on\lnk-sttc\thrd-mlt\file.obj > file.cpp How can I make it just: > compile-c-c++ C:\build-dir\msvc-14.1\rls\adrs-mdl-64\async-excpt-on\lnk-sttc\thrd-mlt\file.obj And how could I do the same for common.copy? Instead of: > common.copy C:\build-dir\msvc-14.1\rls\adrs-mdl-64\async-excpt-on\lnk-sttc\thrd-mlt\some.dll > build-dir\some.file > 1 file(s) copied. Just: > common.copy C:\build-dir\msvc-14.1\rls\adrs-mdl-64\async-excpt-on\lnk-sttc\thrd-mlt\some.dll This would eliminate about 2 out of every 3 lines in my build logs. Thanks, -Matt _______________________________________________ Unsubscribe & other changes: https://lists.boost.org/mailman/listinfo.cgi/boost-build