|
@@ -148,7 +148,7 @@ define HOST_BOOST_INSTALL_CMDS
|
|
endef
|
|
endef
|
|
|
|
|
|
define BOOST_INSTALL_STAGING_CMDS
|
|
define BOOST_INSTALL_STAGING_CMDS
|
|
- (cd $(@D) && ./bjam -j$(PARALLEL_JOBS) -d+1 \
|
|
|
|
|
|
+ (cd $(@D) && ./bjam -j$(PARALLEL_JOBS) -q -d+1 \
|
|
--user-config=$(@D)/user-config.jam \
|
|
--user-config=$(@D)/user-config.jam \
|
|
$(BOOST_OPTS) \
|
|
$(BOOST_OPTS) \
|
|
--prefix=$(STAGING_DIR)/usr \
|
|
--prefix=$(STAGING_DIR)/usr \
|