[Scons-users] Avoid dependency cycle with same file name source and target

Gary Oberbrunner garyo at oberbrunner.com
Mon Apr 29 21:26:15 EDT 2019


That's a tough one. SCons uses the filename (the full path) to store the
build or source signature and know what needs to be rebuilt.
Can you create the target in a subdir?

On Mon, Apr 29, 2019 at 8:14 PM Ryan Heniser via Scons-users <
scons-users at scons.org> wrote:

> I am creating a custom SCons tool. The source and target file names are
> the same. I can’t change the source or target file names.
>
> What’s the best approach to avoid dependency cycle errors?
>
> Kind regards,
>
> Ryan
> _______________________________________________
> Scons-users mailing list
> Scons-users at scons.org
> https://pairlist4.pair.net/mailman/listinfo/scons-users
>


-- 
Gary
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist4.pair.net/pipermail/scons-users/attachments/20190429/8a7c7d37/attachment.html>


More information about the Scons-users mailing list