Skip to content

Makefile: Fix render-docs with parallel make jobs#12480

Merged
joestringer merged 1 commit intocilium:masterfrom
joestringer:submit/fix-render-docs-ordering
Jul 10, 2020
Merged

Makefile: Fix render-docs with parallel make jobs#12480
joestringer merged 1 commit intocilium:masterfrom
joestringer:submit/fix-render-docs-ordering

Conversation

@joestringer
Copy link
Copy Markdown
Member

When running make with parallel jobs (make -j N), the ordering between
the build of the html and running the server was not guaranteed. Split
them into separate make commands in the target to ensure the build
happens first.

When running make with parallel jobs (make -j N), the ordering between
the build of the html and running the server was not guaranteed. Split
them into separate make commands in the target to ensure the build
happens first.

Signed-off-by: Joe Stringer <joe@cilium.io>
@joestringer joestringer added the release-note/misc This PR makes changes that have no direct user impact. label Jul 9, 2020
@joestringer joestringer requested a review from a team as a code owner July 9, 2020 20:42
Copy link
Copy Markdown
Contributor

@michi-covalent michi-covalent left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

next level stuff

@coveralls
Copy link
Copy Markdown

Coverage Status

Coverage increased (+0.004%) to 36.955% when pulling 7e299eb on joestringer:submit/fix-render-docs-ordering into b5f633a on cilium:master.

@joestringer joestringer merged commit 8f0ee8d into cilium:master Jul 10, 2020
@joestringer joestringer deleted the submit/fix-render-docs-ordering branch July 10, 2020 18:27
@brb brb mentioned this pull request Jul 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release-note/misc This PR makes changes that have no direct user impact.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants