Re: [PATCH] build: Optionally use a VERSION file

2023-08-01 Thread Chris Johns
On 2/8/2023 2:46 pm, Sebastian Huber wrote: > On 02.08.23 06:01, Chris Johns wrote: >>> Allow the command line >>> option --rtems-version to override __RTEMS_MAJOR__.  Remove support for >>> command line configurable options. >> I do not understand this last bit. It says allow --rtems-version and

Re: [PATCH] build: Optionally use a VERSION file

2023-08-01 Thread Sebastian Huber
On 02.08.23 06:01, Chris Johns wrote: Allow the command line option --rtems-version to override __RTEMS_MAJOR__. Remove support for command line configurable options. I do not understand this last bit. It says allow --rtems-version and then the command line configuration options are removed?

Re: [PATCH] build: Optionally use a VERSION file

2023-08-01 Thread Chris Johns
On 1/8/2023 5:11 pm, Sebastian Huber wrote: > Define the RTEMS version in the wscript. Optionally use a VERSION file > to change the default values of the wscript. Thanks, this is welcome. I will update the release scripts when merged. > Allow the command line > option --rtems-version to

[PATCH] build: Optionally use a VERSION file

2023-08-01 Thread Sebastian Huber
Define the RTEMS version in the wscript. Optionally use a VERSION file to change the default values of the wscript. Allow the command line option --rtems-version to override __RTEMS_MAJOR__. Remove support for command line configurable options. Rename internal define RTEMS_VERSION_VC_KEY to