Re: Exclude parts of a directory
Bill Deegan <[email protected]>
| Newsgroups | gmane.comp.programming.tools.scons.user |
|---|---|
| Message-ID | <CAEyG4CH9ya7EkRNWysVDQtHaj6ATFqo8ZeNi1ZPcY6o41r1Ngw@mail.gmail.com> |
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 <[email protected]> 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 > [email protected] > https://pairlist4.pair.net/mailman/listinfo/scons-users > _______________________________________________ Scons-users mailing list [email protected] https://pairlist4.pair.net/mailman/listinfo/scons-users