Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix parallel build in top-level Makefile #74

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

electrodude
Copy link

The first commit fixes the conflict over pandoc.yml that would occur when attempting a parallel build. The second corrects some explicit recursive invocations of make with the correct $(MAKE), as explained in the manual.

@drwonky's #72 has a comment about how parallel build didn't work; this should fix that, at which point the SPEC file can be updated to use parallel build.

@electrodude electrodude marked this pull request as draft June 15, 2023 04:46
@electrodude
Copy link
Author

Not quite finished yet; it sometimes fails while compiling PropLoader.

Every documentation file expected to be able to rewrite pandoc.yml,
causing conflicts when make tried building different doc files at the
same time.  Now each file's .yml file gets a unique name.
Not only is this a waste, but if the second build of a file was written
while the first was still being read, it would cause the build to fail.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant