Commit b8224532 authored by Bernhard Reutner-Fischer's avatar Bernhard Reutner-Fischer
Browse files

- make absolutely sure that we are not trying to go into jobserver mode for MAKE1

parent 446f4f91
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
MAKE1=make
MAKE=make -j$(BR2_JLEVEL)
ifndef MAKE
MAKE=make
endif
MAKE1:=$(MAKE) MAKE="$(firstword $(MAKE)) -j1"
MAKE:=$(MAKE) -j$(BR2_JLEVEL)

# Strip off the annoying quoting
ARCH:=$(strip $(subst ",, $(BR2_ARCH)))