$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2007-03-21 03:24:43
I'm looking at the implementation of main-target-rule and I see:
# This rule may be only called from Jamfile, and therefore,
# CALLER_MODULE is Jamfile module, which is used to denote
# a project.
local project = [ project.current ] ;
I sure hope that this rule doesn't rely on being called from a
Jamfile, as I need to declare targets in python.jam. I'm sure it's a
fairly common kind of need, too.
-- Dave Abrahams Boost Consulting www.boost-consulting.com