Skip to content

Commit

Permalink
disable mbedtls parallel build
Browse files Browse the repository at this point in the history
  • Loading branch information
wildart committed Jul 14, 2016
1 parent e272e1e commit 7f70ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/mbedtls.mk
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ $(BUILDDIR)/mbedtls-$(MBEDTLS_VER)/Makefile: $(SRCDIR)/srccache/$(MBEDTLS_SRC)/C
touch -c $@

$(MBEDTLS_OBJ_SOURCE): $(BUILDDIR)/mbedtls-$(MBEDTLS_VER)/Makefile
$(MAKE) -C $(dir $<)
$(MAKE) -j1 -C $(dir $<)
touch -c $@

$(BUILDDIR)/mbedtls-$(MBEDTLS_VER)/checked: $(MBEDTLS_OBJ_SOURCE)
Expand Down

0 comments on commit 7f70ecc

Please sign in to comment.