t-kernel team mailing list archive
-
t-kernel team
-
Mailing list archive
-
Message #00237
Re: [rtems-libbsd commit] waf: Refector the builder to work with Python3 and UTF-8 source files.
On 27/04/16 04:14, Chris Johns wrote:
def changedFileSummary():
if isDiffMode == False:
print('%d file(s) were changed:' % (filesProcessedCount))
- for f in sorted(filesProcessed):
- print(' %s' % (f))
+ if verbose():
+ for f in sorted(filesProcessed):
+ print(' %s' % (f))
+
+def read_file(name):
Can we please use CamelCase or underscore names throughout, but not both
styles in one file.
--
Sebastian Huber, embedded brains GmbH
Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone : +49 89 189 47 41-16
Fax : +49 89 189 47 41-09
E-Mail : sebastian.huber@xxxxxxxxxxxxxxxxxx
PGP : Public key available on request.
Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
_______________________________________________
devel mailing list
devel@xxxxxxxxx
http://lists.rtems.org/mailman/listinfo/devel