-
Notifications
You must be signed in to change notification settings - Fork 167
Open
Description
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.
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 |
Metadata
Metadata
Assignees
Labels
No labels