[Scons-users] build dependencies question(s)

Dirk Bächle tshortik at gmx.de
Mon Nov 19 05:48:30 EST 2012


Hi Nikola,

On 19.11.2012 11:24, Nikola Radovanovic wrote:

> 10x. tried that.

>

> why it fails when i run scons with ie -j 4? scons tries to Install

> before outNodes are ready? works with -j 1 (default). is that OK?

>


no, that's not okay, it should work with any number of jobs. My first
guess would be that something is still not right with your dependencies.
You can try to check them by calling "scons -n --tree=derived" (have a
look into the man page for more options like these).


> also, how to delete outNodes? is Delete() ok or i need to create

> builder for that?

>


Deleting output files in SCons is done by calling "scons -c", this will
delete all files that are usually built. If you want to mark additional
files for cleanup, a simple env.Clean('file') should be sufficient.

Best regards,

Dirk

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://four.pairlist.net/pipermail/scons-users/attachments/20121119/6203936d/attachment.html>


More information about the Scons-users mailing list