Re: [PATCH] buildtools: remove assumption about current work dir

2023-06-27 Thread Thomas Monjalon
15/06/2023 22:24, Tyler Retzlaff: > On Wed, Jun 14, 2023 at 03:47:28PM +0100, Bruce Richardson wrote: > > According to meson documentation, we should not make any assumptions as > > to what directory a script is called from[1]. The use of "relpath" when > > processing the output of directory globbi

Re: [PATCH] buildtools: remove assumption about current work dir

2023-06-15 Thread Tyler Retzlaff
On Wed, Jun 14, 2023 at 03:47:28PM +0100, Bruce Richardson wrote: > According to meson documentation, we should not make any assumptions as > to what directory a script is called from[1]. The use of "relpath" when > processing the output of directory globbing is therefore unsafe, as it > was stripp

[PATCH] buildtools: remove assumption about current work dir

2023-06-14 Thread Bruce Richardson
According to meson documentation, we should not make any assumptions as to what directory a script is called from[1]. The use of "relpath" when processing the output of directory globbing is therefore unsafe, as it was stripping off paths relative to the current directory - which just happened to b