make 3.81 doesn't print final error message after "waiting for unfinished jobs" for parallel builds

2010-09-14 Thread Mike Coleman
At least under some circumstances, make 3.81 doesn't print a final error message at the end of a parallel build that has failed. Specifically, it prints an error message and then the "waiting for unfinished jobs" output. Since the latter may include a lot of material, none of which looks like

Re: Fwd: Import statement - non-recursive make implementation

2010-09-14 Thread Kamil Mierzejewski
Hi, I'll try to prepare a patch and submit it to patches list on Savannah, if anyone is interested. I am a little busy lately so it can take a while. I commented the changes so I hope that the code will explain itself better than I did in previous posts. Kamil On 2010-09-07 19:53, Tim Mur