[Buildroot] [git commit branch/next] cmake: change use of BR2_JLEVEL to PARALLEL_JOBS

Peter Korsgaard jacmet at sunsite.dk
Thu Aug 2 19:52:45 UTC 2012


commit: http://git.buildroot.net/buildroot/commit/?id=615645936cccfed19ee5d28121df6f2ecc294f9d
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/next

Signed-off-by: Nathan Lynch <ntl at pobox.com>
Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/cmake/cmake.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/cmake/cmake.mk b/package/cmake/cmake.mk
index af88eea..af6c53c 100644
--- a/package/cmake/cmake.mk
+++ b/package/cmake/cmake.mk
@@ -5,7 +5,7 @@ define HOST_CMAKE_CONFIGURE_CMDS
  (cd $(@D); \
 	LDFLAGS="$(HOST_LDFLAGS)" \
 	CFLAGS="$(HOST_CFLAGS)" \
-	./bootstrap --prefix=$(HOST_DIR)/usr --parallel=$(BR2_JLEVEL) \
+	./bootstrap --prefix=$(HOST_DIR)/usr --parallel=$(PARALLEL_JOBS) \
  )
 endef
 


More information about the buildroot mailing list