slang: disable parallel make during the install target (issue #385)

This commit is contained in:
Trammell hudson 2018-04-19 20:41:49 -04:00
parent 7dee3902f3
commit acf16c7304
Failed to extract signature

View File

@ -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)" \