$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Dealing with action/rule sources
From: Vladimir Prus (vladimir.prus_at_[hidden])
Date: 2015-09-29 11:02:59
Roman,
Could you describe what you want to do with them? These are the
lowest-level interfaces, so things will always be a tad rough.
- Volodya
On Tue, Sep 29, 2015, 17:45 Roman Matsybora <matsic_at_[hidden]> wrote:
> using actions/rule pair
>
> 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?
>
>
> _______________________________________________
> Unsubscribe & other changes:
> http://listarchives.boost.org/mailman/listinfo.cgi/boost-build
>
>