Skip to content

Commit

Permalink
Disable parallel recipe execution by make.
Browse files Browse the repository at this point in the history
  • Loading branch information
godunko committed Feb 6, 2023
1 parent f336259 commit 609ec9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ endif

.PHONY: docs

.NOTPARALLEL:

all: build-libs-relocatable

build-all-libs: build-libs-relocatable build-libs-static build-libs-static-pic
Expand Down

0 comments on commit 609ec9d

Please sign in to comment.