bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RFC]serialize the output of parallel make?


From: Eli Zaretskii
Subject: Re: [RFC]serialize the output of parallel make?
Date: Fri, 30 Jul 2010 14:22:23 +0300

> Date: Fri, 30 Jul 2010 12:10:36 +0100
> From: Tim Murphy <address@hidden>
> Cc: address@hidden
> 
> gcc -o fred fred.cpp
> perl makedef.pl -i something.def
> perl prepdef.pl  -i otherthing.def
> error: fred.cpp: syntax error on line 345
> ERROR: File not Found
> 
> 
> Which file was missing?  If you can't change the tool to print every
> detail then what do you do?

 a) run "make --debug=j" and see which command failed.

 b) run without -j and see which command failed.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]