Only clean previous output for the selected configuration.
authorTanner Gooding <tannergooding@users.noreply.github.com>
Fri, 1 May 2015 17:54:04 +0000 (10:54 -0700)
committerTanner Gooding <tannergooding@users.noreply.github.com>
Fri, 1 May 2015 17:54:04 +0000 (10:54 -0700)
commit1272e792d82ab47c6950a99eb685150cacad98ee
tree57beb959f6c82e599b7c979c6a57d795d9fe354a
parent55a733da472a729d7e4a1d7de5e5458299d8f736
Only clean previous output for the selected configuration.

This modifies the `build.cmd`, `build.sh`, and `buildtest.cmd` to only
remove previous output (binaries, intermediates, and logs) for the
selected configuration when the `clean` argument is specified.

This also modifies `runtest.cmd` to output log files in the same format
as `build.cmd`, `build.sh`, and `buildtest.cmd` do currently.
build.cmd
build.sh
tests/buildtest.cmd
tests/runtest.cmd