[PATCH] wscript: Add post-build processing support

Gedare Bloom gedare at rtems.org
Thu Mar 4 19:13:16 UTC 2021


On Thu, Mar 4, 2021 at 11:57 AM Sebastian Huber
<sebastian.huber at embedded-brains.de> wrote:
>
> On 04/03/2021 17:18, Kinsey Moore wrote:
>
> > This allows packaging of the compiled binaries to occur automatically
> > and be bundled with other scripts and build items as convenient.
>
> This is not how a build system should work. When an item changes it is
> the job of the build system to automatically rebuild all its dependents.
>
> I think this issue was already discussed with Joel and Chris. The
> discussed approach is to add an optional post-build script and run this
> script in a post-link step.
>

Should it be integrated as a waf command?
./waf post-link
or something

or rolled up in install? It is a kind of "installation" step to
prepare a binary for loading maybe.

> --
> embedded brains GmbH
> Herr Sebastian HUBER
> Dornierstr. 4
> 82178 Puchheim
> Germany
> email: sebastian.huber at embedded-brains.de
> phone: +49-89-18 94 741 - 16
> fax:   +49-89-18 94 741 - 08
>
> Registergericht: Amtsgericht München
> Registernummer: HRB 157899
> Vertretungsberechtigte Geschäftsführer: Peter Rasmussen, Thomas Dörfler
> Unsere Datenschutzerklärung finden Sie hier:
> https://embedded-brains.de/datenschutzerklaerung/
>
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel


More information about the devel mailing list