[Scons-users] Post-processing of binaries

Jonathon Reinhart jonathon.reinhart at gmail.com
Thu Apr 9 14:36:21 EDT 2015


On Tue, Apr 7, 2015 at 1:30 PM, Dirk Bächle <tshortik at gmx.de> wrote:
> if I would send you a binary file, without any additional information, how
> would you know/decide whether this file was already post-processed or not?

One solution is, if the file exists *at all*, it must be complete.
Can we make an
action list operate atomically?  Can the target file be deleted if any
of the actions
necessary to complete it fail?

I've posted this question on Stack Overflow, because SCons thankfully does get
a fair amount of attention there!

http://stackoverflow.com/questions/29546276/scons-delete-target-on-failure-of-any-action

Thank you,

Jonathon


More information about the Scons-users mailing list