Clean up build.cmd/build-test.cmd/runtest.cmd
authorBruce Forstall <Bruce_Forstall@msn.com>
Sat, 4 Aug 2018 23:45:59 +0000 (16:45 -0700)
committerBruce Forstall <Bruce_Forstall@msn.com>
Sun, 5 Aug 2018 17:18:25 +0000 (10:18 -0700)
commit611ff244dcb642623d3cb21ca8c1aa35ec3c71dd
tree49d7554743dd5e0b157382ff5b217973b3ad1cdd
parente0a47d3a7317e239633d987bde6ebed15837b898
Clean up build.cmd/build-test.cmd/runtest.cmd

Various minor cleanups:
1. Use the same naming/style for all three.
2. Make the style consistent throughout each. E.g., consistent indents,
   capitalization.
3. Add more consistent output, including the prefix tag used everywhere.
4. build.cmd: only build cross components if native build is enabled.
5. Use new __Logging variable to consolidate all logging arguments,
   to reduce large (unexpanded) command line lengths.

Commit migrated from https://github.com/dotnet/coreclr/commit/a248d79b29f7c8f6858248a3b1661a6795d6ce19
src/coreclr/build-test.cmd
src/coreclr/build.cmd
src/coreclr/tests/runtest.cmd