mirror of
https://github.com/linuxboot/heads.git
synced 2025-04-06 19:06:49 +00:00
slang: disable parallel make during the install target (issue #385)
This commit is contained in:
parent
7dee3902f3
commit
acf16c7304
@ -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)" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user