Skip to content

Commit

Permalink
slang: disable parallel make during the install target (issue #385)
Browse files Browse the repository at this point in the history
  • Loading branch information
osresearch committed Apr 20, 2018
1 parent 7dee390 commit acf16c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/slang
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ slang_configure := ./configure \
--with-onig=no \
&& mkdir -p src/elfobjs

# Disable parallel make for the install target
slang_target := \
$(MAKE_JOBS) \
$(CROSS_TOOLS) \
&& $(MAKE) \
-j1 \
-C "$(build)/$(slang_dir)" \
$(CROSS_TOOLS) \
DESTDIR="$(INSTALL)" \
Expand Down

0 comments on commit acf16c7

Please sign in to comment.