$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [build] How to ignore Jamfiles?
From: Sergey Zubkovsky (sergzub_at_[hidden])
Date: 2009-10-17 06:28:20
Steven Watanabe wrote:
> AMDG
>
> Sergey Zubkovsky wrote:
>> I there a way to ignore Jamfiles that are located in some
>> subdirectories at a whole project's directory layout?
>
> a Jamfile should only be loaded if
> a) it is the parent of another Jamfile that is also loaded or
> b) it contains targets that are needed by another Jamfile which is
> also loaded or
> c) it is the Jamfile in the current working directory or
> d) it is explicitly referenced on the command line
>
Thank you, Steven!
I made a mistake about that.