Skip to content
Snippets Groups Projects
Unverified Commit 6c2aa0c3 authored by oddlama's avatar oddlama
Browse files

Force MAKEFLAGS to --jobs=1 to ensure dependencies are executed

sequentially and in-order.

If this is not set, make -j2 web or higher job counts will
cause the build to fail as some dependencies are not expressed
directly on the dependent tasks but as a dependency list
on a parent task.

Alternatively one could add the required dependencies for each
task separately, but that would factually sequentiallize the
build, so there's no real difference except this approach
fixes all dependency chains globally.
parent db613f81
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment