Re: [PATCH v2] general: support CONFIG_SITE being a list of entries

2020-11-11 Thread Zack Weinberg
On Wed, Nov 11, 2020 at 11:04 AM Ross Burton wrote: > > Instead of treating CONFIG_SITE as a single path, treat it as a > space-separated list of paths and load them in order. Merged with minor adjustments as 996f608165814d578bdcb0ab2f3382edb8918690, thank you again. zw

[PATCH v2] general: support CONFIG_SITE being a list of entries

2020-11-11 Thread Ross Burton
Instead of treating CONFIG_SITE as a single path, treat it as a space-separated list of paths and load them in order. Also remove the special-casing of entries starting with a dash, this is redundant as they'll be caught by the wildcard case. Finally add a test case to verify that multiple files