From bb0efa0ed4055e95fdf9791a71c7267e90099455 Mon Sep 17 00:00:00 2001 From: Yegor Yefremov Date: Tue, 17 Apr 2012 22:19:46 +0000 Subject: boost: add an option to run cmds in parallel Add the same -jN parameter as used for make. Signed-off-by: Yegor Yefremov Signed-off-by: Peter Korsgaard --- package/boost/boost.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/boost') diff --git a/package/boost/boost.mk b/package/boost/boost.mk index 9da427af5..366796440 100644 --- a/package/boost/boost.mk +++ b/package/boost/boost.mk @@ -70,7 +70,7 @@ define BOOST_CONFIGURE_CMDS endef define BOOST_INSTALL_TARGET_CMDS - (cd $(@D) && ./b2 -q -d+2 \ + (cd $(@D) && ./b2 -j$(BR2_JLEVEL) -q -d+2 \ --user-config=$(@D)/user-config.jam \ $(BOOST_OPT) \ --prefix=$(TARGET_DIR)/usr \ @@ -78,7 +78,7 @@ define BOOST_INSTALL_TARGET_CMDS endef define BOOST_INSTALL_STAGING_CMDS - (cd $(@D) && ./bjam -d+2 \ + (cd $(@D) && ./bjam -j$(BR2_JLEVEL) -d+2 \ --user-config=$(@D)/user-config.jam \ $(BOOST_OPT) \ --prefix=$(STAGING_DIR)/usr \ -- cgit v1.2.3