This looks ok.

Piling on Chris' comments about where is the requirement for this. This is
a topic which must be addressed in the Software Engineering Guide and
accepted before it can be put into practices. A software development
process of any quality cannot be changed on a whim without discussion and
modifying all the artifacts necessary.

On Sat, Aug 12, 2023, 6:17 AM Sebastian Huber <
sebastian.hu...@embedded-brains.de> wrote:

> ---
>  wscript | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/wscript b/wscript
> index 4baf701c27..e0e38e67bb 100755
> --- a/wscript
> +++ b/wscript
> @@ -465,7 +465,7 @@ class Item(object):
>
>      def gzip(self, bld, source):
>          target = source + ".gz"
> -        bld(rule="${GZIP} < ${SRC} > ${TGT}", source=source,
> target=target)
> +        bld(rule="${GZIP} -n < ${SRC} > ${TGT}", source=source,
> target=target)
>          return target
>
>      def xz(self, bld, source):
> --
> 2.35.3
>
> _______________________________________________
> devel mailing list
> devel@rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
>
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to