[Scons-users] Exclude parts of a directory
Mats Wichmann
mats at wichmann.us
Fri Sep 17 12:26:57 EDT 2021
On 9/17/21 10:02, Bill Deegan wrote:
> 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 <mailto: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 tre
does caching these help (--implicit-cache)?
More information about the Scons-users
mailing list