Re: [PATCH] wscript: Add post-build processing support

2021-03-04 Thread Chris Johns
On 5/3/21 6:29 am, Sebastian Huber wrote: > On 04/03/2021 20:15, Kinsey Moore wrote: > >> -Original Message- >> From: Sebastian Huber >> Sent: Thursday, March 4, 2021 12:57 >> To: Kinsey Moore ; devel@rtems.org >> Subject: Re: [PATCH] wscrip

Re: [PATCH] wscript: Add post-build processing support

2021-03-04 Thread Sebastian Huber
On 04/03/2021 20:15, Kinsey Moore wrote: -Original Message- From: Sebastian Huber Sent: Thursday, March 4, 2021 12:57 To: Kinsey Moore ; devel@rtems.org Subject: Re: [PATCH] wscript: Add post-build processing support On 04/03/2021 17:18, Kinsey Moore wrote: This allows packaging

RE: [PATCH] wscript: Add post-build processing support

2021-03-04 Thread Kinsey Moore
-Original Message- From: Sebastian Huber Sent: Thursday, March 4, 2021 12:57 To: Kinsey Moore ; devel@rtems.org Subject: Re: [PATCH] wscript: Add post-build processing support >On 04/03/2021 17:18, Kinsey Moore wrote: > >> This allows packaging of the compiled binar

Re: [PATCH] wscript: Add post-build processing support

2021-03-04 Thread Gedare Bloom
On Thu, Mar 4, 2021 at 11:57 AM Sebastian Huber 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

Re: [PATCH] wscript: Add post-build processing support

2021-03-04 Thread Sebastian Huber
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

RE: [PATCH] wscript: Add post-build processing support

2021-03-04 Thread Kinsey Moore
Hi Gedare, -Original Message- From: Gedare Bloom Sent: Thursday, March 4, 2021 11:21 To: Kinsey Moore Cc: devel@rtems.org Subject: Re: [PATCH] wscript: Add post-build processing support > Hi Kinsey, > > On Thu, Mar 4, 2021 at 9:32 AM Kinsey Moore wrote: >> >>

Re: [PATCH] wscript: Add post-build processing support

2021-03-04 Thread Gedare Bloom
things are important later on for others who want to dig back to figure out why something exists. > Kinsey > > -Original Message- > From: Gedare Bloom > Sent: Thursday, March 4, 2021 10:25 > To: Kinsey Moore > Cc: devel@rtems.org > Subject: Re: [PATCH] wscript: Ad

RE: [PATCH] wscript: Add post-build processing support

2021-03-04 Thread Kinsey Moore
To: Kinsey Moore Cc: devel@rtems.org Subject: Re: [PATCH] wscript: Add post-build processing support Can you explain this a bit more? What is the need this solves, and how will it be used? On Thu, Mar 4, 2021 at 9:18 AM Kinsey Moore wrote: > > This allows packaging of the compiled binaries to

Re: [PATCH] wscript: Add post-build processing support

2021-03-04 Thread Gedare Bloom
Can you explain this a bit more? What is the need this solves, and how will it be used? On Thu, Mar 4, 2021 at 9:18 AM Kinsey Moore wrote: > > This allows packaging of the compiled binaries to occur automatically > and be bundled with other scripts and build items as convenient. > --- > wscript

[PATCH] wscript: Add post-build processing support

2021-03-04 Thread Kinsey Moore
This allows packaging of the compiled binaries to occur automatically and be bundled with other scripts and build items as convenient. --- wscript | 22 ++ 1 file changed, 22 insertions(+) diff --git a/wscript b/wscript index 6626fafb74..e263681716 100755 --- a/wscript +++