On Fri, Oct 18, 2024 at 8:24 AM Patrick Steinhardt <ps@xxxxxx> wrote: > We have multiple scripts that generate headers from other data. All of > these scripts have the assumption built-in that they are executed in the > current source directory, which makes them a bit unwieldy to use during > out-of-tree builds. This makes them a bit unwieldy to use. Refactor them > to instead take the source directory as well as the output file as > arguments. Duplicate "makes them a bit unwieldy to use". > Signed-off-by: Patrick Steinhardt <ps@xxxxxx>