From 48db317d21b3cd54c9162e9e9c9248643f3356f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20B=C3=BCsch?= Date: Tue, 7 Sep 2010 10:00:34 +0000 Subject: From: Joseph Roback 26 Makefile patches for enabling parallel builds. Tested on Linux (8-core) and Darwin (12-core), individually and from clean build_root. The first set is from trunk, the second is from feeds/packages. Signed-off-by: Joe Roback git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22965 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/cyassl/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'package/cyassl/Makefile') diff --git a/package/cyassl/Makefile b/package/cyassl/Makefile index a8168ec4c9..d8e5bae139 100644 --- a/package/cyassl/Makefile +++ b/package/cyassl/Makefile @@ -17,6 +17,7 @@ PKG_MD5SUM:=037397c7df84b9a12e614bf46135df1c PKG_FIXUP:=libtool PKG_INSTALL:=1 +PKG_BUILD_PARALLEL:=1 include $(INCLUDE_DIR)/package.mk -- cgit v1.2.3