mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-08 23:58:10 +00:00
target/sdk: fix parallel build calls
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39912
This commit is contained in:
parent
2d52430c25
commit
fd27fb770d
@ -19,6 +19,11 @@ include $(TOPDIR)/include/host.mk
|
|||||||
ifneq ($(OPENWRT_BUILD),1)
|
ifneq ($(OPENWRT_BUILD),1)
|
||||||
override OPENWRT_BUILD=1
|
override OPENWRT_BUILD=1
|
||||||
export OPENWRT_BUILD
|
export OPENWRT_BUILD
|
||||||
|
|
||||||
|
empty:=
|
||||||
|
space:= $(empty) $(empty)
|
||||||
|
_SINGLE=export MAKEFLAGS=$(space);
|
||||||
|
|
||||||
include $(TOPDIR)/include/debug.mk
|
include $(TOPDIR)/include/debug.mk
|
||||||
include $(TOPDIR)/include/depends.mk
|
include $(TOPDIR)/include/depends.mk
|
||||||
include $(TOPDIR)/include/toplevel.mk
|
include $(TOPDIR)/include/toplevel.mk
|
||||||
|
Loading…
Reference in New Issue
Block a user