[bug #41781] Provide a fast fail path when a target is compromized during a parallel build

2014-03-05 Thread anonymous
URL: http://savannah.gnu.org/bugs/?41781 Summary: Provide a fast fail path when a target is compromized during a parallel build Project: make Submitted by: None Submitted on: Wed 05 Mar 2014 04:51:33 PM UTC Severity: 3 -

[bug #41730] Make doesn't show text for error messages when using the Microsoft C runtime

2014-03-05 Thread Paul D. Smith
Update of bug #41730 (project make): Status:None = Duplicate Open/Closed:Open = Closed ___ Reply to this item at:

[bug #41781] Provide a fast fail path when a target is compromized during a parallel build

2014-03-05 Thread Paul D. Smith
Update of bug #41781 (project make): Assigned to:None = psmith Triage Status:None = Medium Effort ___ Follow-up Comment #1: There's some confusion

[PATCH] Refactor and merge child_execute_job() code, new attempt

2014-03-05 Thread Pavel Fedin
Hello, Paul! Sorry for so long delay, i'm really quite busy, however i have found some time to get back to this. Please review the new version. This is actually a repost. I have posted this message a week ago and got no response. I suggest it fell into old thread, so you have missed it.

Re: vms argv[0] and exit status fixes.

2014-03-05 Thread h.becker
I'm still looking at this, so I may change my mind or suggest to change the code :-) The main wrapper: There were/are problems with the program name, however I'm not sure whether the wrapper solves them. For DCL the wrapper, as before, requires a foreign command pointing to the executable (or

Re: vms argv[0] and exit status fixes.

2014-03-05 Thread John E. Malmberg
New patch attached as described below. On 3/5/2014 3:30 PM, h.becker wrote: I'm still looking at this, so I may change my mind or suggest to change the code :-) The main wrapper: There were/are problems with the program name, however I'm not sure whether the wrapper solves them. For DCL the