mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 22:34:04 +02:00
tools/sed: enable parallel builds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33428 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c06584708e
commit
db1d3b6a26
@ -15,6 +15,8 @@ PKG_MD5SUM:=7d310fbd76e01a01115075c1fd3f455a
|
|||||||
PKG_CAT:=bzcat
|
PKG_CAT:=bzcat
|
||||||
export SED:=
|
export SED:=
|
||||||
|
|
||||||
|
HOST_BUILD_PARALLEL:=1
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/host-build.mk
|
include $(INCLUDE_DIR)/host-build.mk
|
||||||
|
|
||||||
HOST_CONFIGURE_ARGS += \
|
HOST_CONFIGURE_ARGS += \
|
||||||
@ -27,7 +29,7 @@ HOST_CONFIGURE_VARS += \
|
|||||||
ac_cv_header_selinux_selinux_h=no \
|
ac_cv_header_selinux_selinux_h=no \
|
||||||
|
|
||||||
define Host/Compile
|
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
|
endef
|
||||||
|
|
||||||
define Host/Install
|
define Host/Install
|
||||||
|
Loading…
Reference in New Issue
Block a user