> Date: Mon, 29 Apr 2013 16:40:03 +0100
> From: Tim Murphy <tnmur...@gmail.com>
> Cc: "bug-make@gnu.org" <bug-make@gnu.org>
> 
> cc fred.c -c -o fred.o
> cc bob.c -c -o bob.o
> error on line 20 -XXXXX
> 
> Which one?

Make will actually tell you which one, something like:

  makefile:342: recipe for target 'oo/i386/acl-errno-valid.o' failed
  make: *** [oo/i386/acl-errno-valid.o] Error 1

(Copied from a failed "make -j8" run I just did for Emacs.)

_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to