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

2014-04-28 Thread Patatti
Follow-up Comment #2, bug #41781 (project make): Hi Paul. Thanks for the clarifications. I do not use recursive make, I have one makefile and one DAG (I read the recursive make considered harmful paper), but I understand that for completeness it should be covered. Finding the source of the

Re: [bug #41758] VMS Make incorrectly reports archives support present.

2014-04-28 Thread h.becker
On 04/27/2014 11:50 PM, John E. Malmberg wrote: Help libraries are .hlb, not .hlp. all: h.hlb(h) My bad, sorry for the misleading typo, but I can't get that to work $ copy nla0: h.hlp $ copy nla0: h.h $ mc [.make]make -f- all: h.hlb(h) Exit if f$search(h.hlb) .eqs. then

Re: [bug #41758] VMS Make incorrectly reports archives support present.

2014-04-28 Thread John E. Malmberg
On 4/28/2014 1:51 PM, h.becker wrote: On 04/27/2014 11:50 PM, John E. Malmberg wrote: Help libraries are .hlb, not .hlp. all: h.hlb(h) My bad, sorry for the misleading typo, but I can't get that to work You need a bit more, as the rule is based on the extension of the source file,