From ce44bef353e3ce217a6fa54af1256fa23dd9d7a6 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 23 Sep 2012 09:50:01 +0000 Subject: build: add the + token to any commands that can pass through the jobserver, fixes parallel build on some systems git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33523 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- tools/cmake/Makefile | 1 + tools/libelf/Makefile | 2 +- tools/sed/Makefile | 2 +- tools/xz/Makefile | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) (limited to 'tools') diff --git a/tools/cmake/Makefile b/tools/cmake/Makefile index 7ffcc1b1d2..47df5d961e 100644 --- a/tools/cmake/Makefile +++ b/tools/cmake/Makefile @@ -14,6 +14,7 @@ PKG_SOURCE_URL:=http://www.cmake.org/files/v2.8/ PKG_MD5SUM:=e1b237aeaed880f65dec9c20602452f6 HOST_BUILD_PARALLEL:=1 +HOST_CONFIGURE_PARALLEL:=1 include $(INCLUDE_DIR)/host-build.mk diff --git a/tools/libelf/Makefile b/tools/libelf/Makefile index dbd6eed89a..8036b6f189 100644 --- a/tools/libelf/Makefile +++ b/tools/libelf/Makefile @@ -32,7 +32,7 @@ endef define Host/Compile - $(MAKE) $(HOST_JOBS) -C $(HOST_BUILD_DIR)/lib/ libelf.a + +$(MAKE) $(HOST_JOBS) -C $(HOST_BUILD_DIR)/lib/ libelf.a endef define Host/Install diff --git a/tools/sed/Makefile b/tools/sed/Makefile index 86bb7c03d1..71e1bc9e0d 100644 --- a/tools/sed/Makefile +++ b/tools/sed/Makefile @@ -29,7 +29,7 @@ HOST_CONFIGURE_VARS += \ ac_cv_header_selinux_selinux_h=no \ define Host/Compile - $(MAKE) $(HOST_JOBS) -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 diff --git a/tools/xz/Makefile b/tools/xz/Makefile index 383cdcdfd4..9999006d48 100644 --- a/tools/xz/Makefile +++ b/tools/xz/Makefile @@ -20,7 +20,7 @@ include $(INCLUDE_DIR)/host-build.mk HOST_LDFLAGS += $(HOST_STATIC_LINKING) define Host/Install - $(MAKE) $(HOST_JOBS) -C $(HOST_BUILD_DIR) install xzlinks="unxz xzcat" \ + +$(MAKE) $(HOST_JOBS) -C $(HOST_BUILD_DIR) install xzlinks="unxz xzcat" \ AM_LDFLAGS="$(if $(HOST_STATIC_LINKING),-all-static)" endef -- cgit v1.2.3