[Scons-users] Custom Builders / Command / Execute

Bill Deegan bill at baddogconsulting.com
Tue Nov 1 18:01:33 EDT 2016


Why are you deleting and mkdir'ing?
SCons will create the target directories for any Command(), Install() (any
builder basically)
Install will do so recursively, however rebuilds won't update the changes
beyond the top of the directory tree (If I remember correctly)

On Tue, Nov 1, 2016 at 2:17 PM, Pierre-Luc Boily <pierreluc.boily at gmail.com>
wrote:

> Bill/William,
>
> Following your suggestions, I improved quite a lot how to compile my
> grammars.  First, as suggested,  I am not using anymore a custom builder,
> but simply scons Command.  See my pseudo-builder  here
> <http://pastebin.com/R2vaYz9J>  .
>
> It is working like a charm.  But I do have a last question.  I am wondering
> if there is an easy way to replace my copytree function.  This function
> replicate a folder tree and all files to a destination.
>
> I feel that I will have to do that manually with scons?
>
> thx a lot!
>
>
>
> --
> View this message in context: http://scons.1086193.n5.
> nabble.com/Custom-Builders-Command-Execute-tp40687p40693.html
> Sent from the Users mailing list archive at Nabble.com.
> _______________________________________________
> Scons-users mailing list
> Scons-users at scons.org
> https://pairlist4.pair.net/mailman/listinfo/scons-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist4.pair.net/pipermail/scons-users/attachments/20161101/313ec0b5/attachment.html>


More information about the Scons-users mailing list