mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
target/sdk: fix parallel build calls
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39912 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f18615b72d
commit
7e7beff15e
@ -19,6 +19,11 @@ include $(TOPDIR)/include/host.mk
|
||||
ifneq ($(OPENWRT_BUILD),1)
|
||||
override OPENWRT_BUILD=1
|
||||
export OPENWRT_BUILD
|
||||
|
||||
empty:=
|
||||
space:= $(empty) $(empty)
|
||||
_SINGLE=export MAKEFLAGS=$(space);
|
||||
|
||||
include $(TOPDIR)/include/debug.mk
|
||||
include $(TOPDIR)/include/depends.mk
|
||||
include $(TOPDIR)/include/toplevel.mk
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user