mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
Currently, we have two functions that build a comma-separated list of items; one is double-quoting the items, while the other is single-quoting them. Their naming is not very consistent. Besides, in a followup change, we will need to build a comma-separated list of items that are already double-quoted. Introduce a macro that does just build a comma-separated list, and use that in the two other macros; rename the existing macro so the naming is consistent. Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>