[PATCH 23.07 2/2] build: explicitly track file paths in current directory
Tyler Retzlaff
roretzla at linux.microsoft.com
Tue Mar 14 00:50:55 CET 2023
On Fri, Mar 10, 2023 at 11:11:38AM +0000, Bruce Richardson wrote:
> To ensure proper path tracking for files being used by the build, the
> "files()" function should always be used. While meson currently assumes
> that bare filenames passed to commands refer to paths in the current
> directory, other reimplementations of meson, e.g. muon, require the
> paths to be properly tracked. Therefore, for resiliency, ensure all
> paths are specified using "files()".
>
> Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
Reviewed-by: Tyler Retzlaff <roretzla at linux.microsoft.com>
More information about the dev
mailing list