Skip to content

Commit d54b54e

Browse files
xuhdevjacobgkau
authored andcommitted
some targets should be run serially
On some systems, "make" is configured to run parallelly by default. Here, debug and local-install should always be run serially.
1 parent 30bf682 commit d54b54e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,5 @@ update-repository:
8383

8484
zip-file: all
8585
cd _build && zip -qr "../$(UUID)_$(VERSION).zip" .
86+
87+
.NOTPARALLEL: debug local-install

0 commit comments

Comments
 (0)