Follow-up Comment #2, bug #58056 (project make): [comment #1 comment #1:] > This behavior is intended. > [...] > 2. Another reason is to allow parallel execution. If all prerequisites had to be built in the specified order how would you built them in parallel?
Did you notice the '|'? foo_A and foo_B are order-only-prerequisites, which should disable any parallelism. https://www.gnu.org/software/make/manual/html_node/Prerequisite-Types.html _______________________________________________________ Reply to this item at: <https://savannah.gnu.org/bugs/?58056> _______________________________________________ Message sent via Savannah https://savannah.gnu.org/
