Cristian Ciocaltea 4251fbc6fb buildman: Improve [make-flags] section parser to allow quoted strings
The parser responsible for the '[make-flags]' section in
the '.buildman' settings file is currently not able to
handle quoted strings, as given in the sample bellow:

[make-flags]
qemu_arm=HOSTCC="cc -isystem /add/include" HOSTLDFLAGS="-L/add/lib"

This patch replaces the simple string splitter based on the <space>
delimiter with a regex tokenizer that preserves spaces inside double
quoted strings.

Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@gmail.com>
2019-12-10 05:54:55 -07:00
..
2019-11-04 18:15:32 -07:00
2019-11-04 18:15:32 -07:00
2019-10-08 16:35:59 +02:00
2019-12-06 16:44:20 -05:00
2019-07-29 00:20:31 +02:00
2019-02-01 14:13:46 -05:00
2019-12-06 16:44:20 -05:00
2009-04-28 01:16:46 +02:00
2019-11-04 18:15:32 -07:00