mirror of https://github.com/hak5/openwrt-owl.git
eglibc: enable parallel builds
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 34025owl
parent
76a05a13cf
commit
54f799dd58
|
@ -1,10 +1,11 @@
|
|||
PATH_PREFIX := .
|
||||
VARIANT:=final
|
||||
HOST_BUILD_PARALLEL:=1
|
||||
|
||||
include ./common.mk
|
||||
|
||||
define Host/Compile
|
||||
$(MAKE) -C $(CUR_BUILD_DIR) all
|
||||
$(MAKE) -C $(CUR_BUILD_DIR) all PARALLELMFLAGS="$(HOST_JOBS)"
|
||||
endef
|
||||
|
||||
define Host/Install
|
||||
|
|
Loading…
Reference in New Issue