We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3008da5 commit e63f475Copy full SHA for e63f475
Makefile
@@ -43,7 +43,7 @@ $(subdir_release): dummy
43
# Directory-level parallelism has been disabled due to issues with
44
# multiple Make instances running inside a directory at once
45
# and causing output file corruption
46
-.NOTPARALLEL: $(subdir_list) $(subdir_clean) $(subdir_release)
+.NOTPARALLEL: build $(subdir_list) $(subdir_clean) $(subdir_release)
47
48
build: $(subdir_list) | env_build_check download_dependencies
49
0 commit comments