Re: Are prerequisites made in deterministic order when parallelism is disabled?

2017-06-14 Thread Brett Stahlman
On Wed, Jun 14, 2017 at 2:00 AM, Edward Welbourne wrote: > Brett Stahlman (13 June 2017 17:33) >> I don't see anything in the Make docs that guarantees prerequisites >> will be processed in left to right order. Opinions on the web seems to >> be split into 2 camps: &

Are prerequisites made in deterministic order when parallelism is disabled?

2017-06-13 Thread Brett Stahlman
I don't see anything in the Make docs that guarantees prerequisites will be processed in left to right order. Opinions on the web seems to be split into 2 camps: 1. Make always builds dependencies in left to right order, but a well-designed Makefile won't rely upon it. 2. Make is free to build dep