$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] UPDATE rules
From: spamjunk (spamjunk_at_[hidden])
Date: 2011-02-21 10:31:48
Is seems that the UPDATE rule for BJAM was changed for 3.1.18. Now, if
no targets are defined on the command line, UPDATE defaults to "all".
See line #452 of jam.c. This is annoying. I don't want my default to be
all, but there is no way (that I know of) the distinguish between an
explicit "all" on the command line, and the new defaulted, implicit one.
Anyone know of a workaround (outside of changing the code or using an
older version)?
Thanks.