$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Dealing with action/rule sources
From: Roman Matsybora (matsic_at_[hidden])
Date: 2015-09-29 10:45:02
rule a ( targets * : sources * : properties * )
{
}
actions a
{
}
sources contain not just file paths but something like <p.>some-path
using MATCH can remove <p.> substring but it looks like a hack
Are there any official ways to work with sources variable?