[Scons-users] Exclude parts of a directory

Bill Deegan bill at baddogconsulting.com
Fri Sep 17 12:02:35 EDT 2021


Erik,

More details would be useful.

You could avoid calling the builders for those parts of the tree you want
to exclude.
There's nothing intrinsic to SCons to support such, so it would be entirely
in your logic.

-Bill

On Fri, Sep 17, 2021 at 2:26 AM Erik Kazandjian <erik.kazandjian at gmail.com>
wrote:

> Hi,
>
> In our project we are making use of emitters that take some time. They
> have to parse yang files and build dependencies on that. Now our source
> tree contains lots of different modules which are independent. Every time I
> want to build a specific module the first phase executes all these emitters
> for which 99 % are not needed for this specific target but still it reads
> it to find implicit dependencies. I was wondering is there a way that you
> can exclude parts of the tree to be handled by Scons and therefore speed up
> the overall time
>
> Erik
> _______________________________________________
> Scons-users mailing list
> Scons-users at scons.org
> https://pairlist4.pair.net/mailman/listinfo/scons-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist4.pair.net/pipermail/scons-users/attachments/20210917/290d3aa9/attachment-0001.htm>


More information about the Scons-users mailing list