[bug #17881] Better documentation of make rules

2023-01-02 Thread Paul D. Smith
Update of bug #17881 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Component Version:

[bug #17881] Better documentation of make rules

2006-11-21 Thread Paul D. Smith
Follow-up Comment #2, bug #17881 (project make): Actually, make _does_ guarantee that rules will be processed in left-to-right order. If you never use parallelism, you can be sure your rules will always run in that order. If you do use parallelism, though, obviously more than one of these

[bug #17881] Better documentation of make rules

2006-09-28 Thread Howard Chu
URL: http://savannah.gnu.org/bugs/?17881 Summary: Better documentation of make rules Project: make Submitted by: hyc Submitted on: Thursday 09/28/2006 at 20:26 Severity: 3 - Normal Item Group: Enhancement

Re: [bug #17881] Better documentation of make rules

2006-09-28 Thread Howard Chu
Bah. Pretty sure I selected Documentation for this submission, not Enhancement. Howard Chu wrote: URL: http://savannah.gnu.org/bugs/?17881 Summary: Better documentation of make rules Project: make Submitted by: hyc Submitted on:

[bug #17881] Better documentation of make rules

2006-09-28 Thread Howard Chu
Follow-up Comment #1, bug #17881 (project make): It might be worthwhile to add some kind of makefile validation flag, which processes all prerequisites in random or right-to-left order, specifically to expose occurrences of incorrect prerequisites.