Skip to content

Commit e63f475

Browse files
committed
workaround: disable parallelism for root level directories
1 parent 3008da5 commit e63f475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ $(subdir_release): dummy
4343
# Directory-level parallelism has been disabled due to issues with
4444
# multiple Make instances running inside a directory at once
4545
# and causing output file corruption
46-
.NOTPARALLEL: $(subdir_list) $(subdir_clean) $(subdir_release)
46+
.NOTPARALLEL: build $(subdir_list) $(subdir_clean) $(subdir_release)
4747

4848
build: $(subdir_list) | env_build_check download_dependencies
4949

0 commit comments

Comments
 (0)