Print output file on failure
authorColin Cross <ccross@android.com>
Mon, 5 Oct 2015 21:17:56 +0000 (14:17 -0700)
committerColin Cross <ccross@android.com>
Mon, 5 Oct 2015 22:43:27 +0000 (15:43 -0700)
commit33b3480d82057a01de8f8de5671046c26c88db4b
treedde87a06981bf3e7315989128299b399b96ef76d
parenta48434493d69085aa6fc0c002180ace555cad592
Print output file on failure

Modify the FAILED: output to provide the output files that failed to
build, followed by the failed command on the next line.  This makes the
failure much easier to read, as you can immediately see much shorter
name of the file that failed instead of trying to parse a very long
command line.  It also makes manually re-running the failed command much
easier because you can copy the whole line without ending up with the
FAILED: prefix.
src/build.cc