Skip to content
This repository was archived by the owner on Nov 11, 2024. It is now read-only.

Commit 8252d59

Browse files
committed
Add a .NOTPARALLEL directive to the Makefile.
Fixes #39.
1 parent 7bea338 commit 8252d59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ XBUILD_FLAGS += /nologo /property:Configuration=$(xb_mode) /verbosity:quiet
6363
FSHARPC_TEST_FLAGS += --debug+ --nologo --warnaserror
6464
MCS_TEST_FLAGS += -debug -langversion:experimental -unsafe -warnaserror
6565

66+
.NOTPARALLEL:
67+
6668
.PHONY: all check clean clean-check clean-deps clean-release gendarme install release uninstall update-deps
6769

6870
override results = \

0 commit comments

Comments
 (0)