On Thu, Oct 4, 2012 at 10:18 AM, Justin Lebar <justin.le...@gmail.com> wrote: >> 1) Build errors are hard to identify with make. Parallel execution can make >> them even harder to track down. Poor output from invoked processes is also a >> problem. > > I have a script [1] which works well enough for my purposes in the > normal Mozilla build (I haven't tried it with mach). It highlights > stderr in red and summarizes all the errors after make finishes so you > don't have to go searching for them.
I redirect output to a file and then search for the first "error:" string, but I'm kind of low-tech like that. N _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform