vote up 2 vote down star
2

When I add a "Repository" to a SConstruct file (link), if any target in my repository has been built in this other repository ( and the dependencies haven't changed), then SCons will not build the target -- which is really cool. Unfortunately, I have some tools which rely on the targets being placed in a certain location. How can I create a link in my current repository to this other repository's target when SCons decides to not build locally because the other repo' already has the target built?

EDIT It looks like Scons has a 'Local' function which will copy a file from the other repository to the local repository (link). What I really need is a soft-link, because these targets are big and there is a lot of redundancy. Still looking...

flag

65% accept rate

1 Answer

vote up 1 vote down

Did you ask this question on the SCons mailing lists. Make sure you check the archives first.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.