[Scons-users] Non Construction steps in Scons

Bill Deegan bill at baddogconsulting.com
Sun May 15 17:16:44 EDT 2022


Re step 2:
Then use env.Command().. which is what you should use when you don't want a
full fledged builder.
Not sure why this is a big deal...
In the user guide.. it's even the title of the chapter about using
env.Command()
https://scons.org/doc/production/HTML/scons-user.html#chap-builders-commands
"Not Writing a Builder: the Command Builder"

On Sun, May 15, 2022 at 11:53 AM Mats Wichmann <mats at wichmann.us> wrote:

> On 5/14/22 17:28, Bill Deegan wrote:
>
> > step 3 - not quite perfect fit, but what I would do is create a output
> > file with a timestamp after you flash the board, env.Command() can do
> > this, you can list 2 command, one is flash the board, second is create a
> > timestamp file.
>
> Value Node of any use here?
> _______________________________________________
> 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/20220515/b0d00f7e/attachment.htm>


More information about the Scons-users mailing list