<div dir="auto">This looks ok.<div dir="auto"><br></div><div dir="auto">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.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Aug 12, 2023, 6:17 AM Sebastian Huber <<a href="mailto:sebastian.huber@embedded-brains.de">sebastian.huber@embedded-brains.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">---<br>
wscript | 2 +-<br>
1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/wscript b/wscript<br>
index 4baf701c27..e0e38e67bb 100755<br>
--- a/wscript<br>
+++ b/wscript<br>
@@ -465,7 +465,7 @@ class Item(object):<br>
<br>
def gzip(self, bld, source):<br>
target = source + ".gz"<br>
- bld(rule="${GZIP} < ${SRC} > ${TGT}", source=source, target=target)<br>
+ bld(rule="${GZIP} -n < ${SRC} > ${TGT}", source=source, target=target)<br>
return target<br>
<br>
def xz(self, bld, source):<br>
-- <br>
2.35.3<br>
<br>
_______________________________________________<br>
devel mailing list<br>
<a href="mailto:devel@rtems.org" target="_blank" rel="noreferrer">devel@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a><br>
</blockquote></div>