$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] UPDATE rules
From: spamjunk (spamjunk_at_[hidden])
Date: 2011-02-21 11:49:18
> I thought that's how Boost.Build always worked.
That *may* be how Boost.Build works. I don't know. I don't use it. I
only use BJAM. Version 3.1.18 added these lines to jam.c:
if (!targets_to_update())
mark_target_for_updating("all");
Thus, if no target is defined on the command line, it force it to "all."
These lines do not exist in 3.1.17.