[PATCH rtems-libbsd v3 1/4] Implement portable kernel symbol namespace tool

Sebastian Huber sebastian.huber at embedded-brains.de
Wed Jul 28 06:38:36 UTC 2021


On 28/07/2021 04:53, chrisj at rtems.org wrote:
> +        for sym in self.output['symbols']:
> +            out += ['#define %s_bsd_%s' % (sym, sym)]

If you add a tab after the #define, then the output is in line with the 
FreeBSD style and you have a lot less changes in the generated file 
compared to the previous script.

-- 
embedded brains GmbH
Herr Sebastian HUBER
Dornierstr. 4
82178 Puchheim
Germany
email: sebastian.huber at embedded-brains.de
phone: +49-89-18 94 741 - 16
fax:   +49-89-18 94 741 - 08

Registergericht: Amtsgericht München
Registernummer: HRB 157899
Vertretungsberechtigte Geschäftsführer: Peter Rasmussen, Thomas Dörfler
Unsere Datenschutzerklärung finden Sie hier:
https://embedded-brains.de/datenschutzerklaerung/


More information about the devel mailing list