Skip to content

Commit

Permalink
workaround: disable parallelism for root level directories
Browse files Browse the repository at this point in the history
  • Loading branch information
uyjulian committed Oct 6, 2024
1 parent c8cd9de commit 52e424d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $(subdir_release): dummy
# Directory-level parallelism has been disabled due to issues with
# multiple Make instances running inside a directory at once
# and causing output file corruption
.NOTPARALLEL: $(subdir_list) $(subdir_clean) $(subdir_release)
.NOTPARALLEL: build $(subdir_list) $(subdir_clean) $(subdir_release)

build: $(subdir_list) | env_build_check download_dependencies

Expand Down

0 comments on commit 52e424d

Please sign in to comment.