Skip to content
Snippets Groups Projects
Commit fd27fb77 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

target/sdk: fix parallel build calls


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 39912
parent 2d52430c
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,11 @@ include $(TOPDIR)/include/host.mk ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment