[rtems-libbsd commit] waf: Refector the builder to work with Python3 and UTF-8 source files.
Sebastian Huber
sebastian.huber at embedded-brains.de
Wed Apr 27 07:38:03 UTC 2016
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 at embedded-brains.de
PGP : Public key available on request.
Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
More information about the devel
mailing list