$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Daniel Einspanjer (deinspanjer_at_[hidden])
Date: 2006-02-21 19:06:02
Using the testcase found in this thread:
http://article.gmane.org/gmane.comp.lib.boost.build/11626
I discovered that issuing a bjam or bjam msg command will always relink.
However, if you issue a bjam msg.dll, it does not relink.
Running bjam -d+3 msg, I see that it thinks msg.lib is missing forcing a
relink even though the link does not generated a msg.lib.
Is this a BB bug or is there something faulty in the Jamfile?