$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Chris Smith (smitty_one_each_at_[hidden])
Date: 2004-01-14 05:37:09
Jody Hagins wrote:
[snip]
>
> So, I'd like to see exactly how the code was built, but the results from
> the JAM build show only the rule, and not the exact commands. Is there
> a way to get it to print the exact compilation commands that are
> invoked?
>
[snip]
bjam -h brings up help
note that:
a) the upper limit on the -d flag is 13
b) usage of -d at that level produces
copious output
bjam -n -sTOOLS=<toolset> is a dry run of the commands
HTH,
Chris