- make absolutely sure that we are not trying to go into jobserver mode for MAKE1
This commit is contained in:
parent
446f4f912d
commit
b82245322e
@ -1,5 +1,8 @@
|
|||||||
MAKE1=make
|
ifndef MAKE
|
||||||
MAKE=make -j$(BR2_JLEVEL)
|
MAKE=make
|
||||||
|
endif
|
||||||
|
MAKE1:=$(MAKE) MAKE="$(firstword $(MAKE)) -j1"
|
||||||
|
MAKE:=$(MAKE) -j$(BR2_JLEVEL)
|
||||||
|
|
||||||
# Strip off the annoying quoting
|
# Strip off the annoying quoting
|
||||||
ARCH:=$(strip $(subst ",, $(BR2_ARCH)))
|
ARCH:=$(strip $(subst ",, $(BR2_ARCH)))
|
||||||
|
Loading…
Reference in New Issue
Block a user