[bug #44742] Double-dep with double-colon rule not built

2016-05-21 Thread anonymous
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

[bug #47880] Allow updates to .INCLUDE_DIRS to change search path

2016-05-21 Thread Paul D. Smith
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

[bug #44742] Double-dep with double-colon rule not built

2016-05-21 Thread Paul D. Smith
Update of bug #44742 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Fixed Release:

[bug #47960] Adding variable assignment and new rule in else, break execution.

2016-05-21 Thread Paul D. Smith
Update of bug #47960 (project make): Item Group:None => Bug Status:None => Fixed Assigned to:None => psmith Open/Closed:

Re: reverse dependency order?

2016-05-21 Thread Dan Nicolaescu
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,