mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
tools/sed: enable parallel builds
SVN-Revision: 33428
This commit is contained in:
parent
643f51cf90
commit
8b47037101
@ -15,6 +15,8 @@ PKG_MD5SUM:=7d310fbd76e01a01115075c1fd3f455a
|
||||
PKG_CAT:=bzcat
|
||||
export SED:=
|
||||
|
||||
HOST_BUILD_PARALLEL:=1
|
||||
|
||||
include $(INCLUDE_DIR)/host-build.mk
|
||||
|
||||
HOST_CONFIGURE_ARGS += \
|
||||
@ -27,7 +29,7 @@ HOST_CONFIGURE_VARS += \
|
||||
ac_cv_header_selinux_selinux_h=no \
|
||||
|
||||
define Host/Compile
|
||||
$(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" LDFLAGS="$(HOST_STATIC_LINKING)"
|
||||
$(MAKE) $(HOST_JOBS) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" LDFLAGS="$(HOST_STATIC_LINKING)"
|
||||
endef
|
||||
|
||||
define Host/Install
|
||||
|
Loading…
Reference in New Issue
Block a user