[build] How to ignore Jamfiles?

Hi, I there a way to ignore Jamfiles that are located in some subdirectories at a whole project's directory layout? Regargs, Sergey Zubkovsky

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 In Christ, Steven Watanabe

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.
participants (2)
-
Sergey Zubkovsky
-
Steven Watanabe