Follow-up Comment #10, bug #44742 (project make):
"Here is a one-line fix: double-colons-bail-bug44742.patch"
1) There is no file attached.
2) Could you please explain the thinking behind those 2 patches.
Thanks
___
Reply to this item at
Update of bug #47880 (project make):
Operating System: MS Windows => Any
Summary: [Win] added MAKELIBPATH as default include directory
=> Allow updates to .INCLUDE_DIRS to change search path
Update of bug #44742 (project make):
Status:None => Fixed
Assigned to:None => psmith
Open/Closed:Open => Closed
Fixed Release:
Update of bug #47960 (project make):
Item Group:None => Bug
Status:None => Fixed
Assigned to:None => psmith
Open/Closed:
Tim Landscheidt writes:
> Dan Nicolaescu wrote some time ago:
>
>> I've run into situations where given:
>
>> foo: a b c
>
>> and "b" was missing a dependency on "a".
>
>> The above did not fail with parallel make for years because "a" finished
>> fast, before "b" actually needed to use it's res