$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] Printing Variables in Jam Files
From: Axel Ismirlian (aismirl_at_[hidden])
Date: 2014-07-21 14:46:50
Hello,
I am trying to debug the gcc.jam in for my platform, and I really wanted to
know what the value of a certain variable model is.
local model = [ feature.get-values address-model : $(properties) ] ;
How do I print this out? How do you print anything in jam files really?
Sincerely,
-Axel