]> code.ossystems Code Review - openembedded-core.git/commit
boost.inc: enable more verbose build logs
authorAndre McCurdy <armccurdy@gmail.com>
Thu, 25 Feb 2016 02:30:21 +0000 (18:30 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 28 Feb 2016 11:32:38 +0000 (11:32 +0000)
commit74c28b2719f0e1723c5ee0f885955412ea229a73
treeca724f502fe84ee7d8fad8b52a8abb4f2a41edaf
parent282fa5ff059db6f6daa108d5ec4ea3d0bfbe0fe2
boost.inc: enable more verbose build logs

The default build output is very terse. Add -d+2 (ie "Show commands
as they are executed") to BJAM_OPTS to make the do_compile logs more
informative.

Also add -q (ie "Stop at first error") to BJAM_OPTS and fix typo in
comments.

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/boost/boost.inc