From ed2bf29be5ea97f67c7195cd02eaf1bc1515bd36 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 SVN-Revision: 33523 --- tools/cmake/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/cmake') 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 -- cgit v1.2.3