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

Makefile is not parallel-safe #234

Open
ginggs opened this issue Dec 28, 2021 · 0 comments
Open

Makefile is not parallel-safe #234

ginggs opened this issue Dec 28, 2021 · 0 comments

Comments

@ginggs
Copy link
Contributor

ginggs commented Dec 28, 2021

Building utf8proc using parallel make (-j) often fails.

I believe the problem is the top-level Makefile, where there are multiple invocations of make in data/ that do know know about each other but manipulate the same files.

utf8proc/Makefile

Lines 126 to 136 in 2484e2e

data/NormalizationTest.txt:
$(MAKE) -C data NormalizationTest.txt
data/GraphemeBreakTest.txt:
$(MAKE) -C data GraphemeBreakTest.txt
data/Lowercase.txt:
$(MAKE) -C data Lowercase.txt
data/Uppercase.txt:
$(MAKE) -C data Uppercase.txt

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

No branches or pull requests

1 participant