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.
AMDG On 2/21/2011 7:31 AM, spamjunk wrote:
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".
I thought that's how Boost.Build always worked.
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)?
In Christ, Steven Watanabe
participants (2)
-
spamjunk
-
Steven Watanabe