Re: [PATCH v3 1/3] Allow explicit module dependencies

2023-12-08 Thread Julian Andres Klode
On Fri, Dec 08, 2023 at 01:20:37PM +0100, Daniel Kiper wrote: > On Wed, Dec 06, 2023 at 05:39:53PM +0100, Daniel Kiper wrote: > > On Wed, Dec 06, 2023 at 04:39:29PM +0100, Olaf Hering wrote: > > > Wed, 6 Dec 2023 16:24:53 +0100 Daniel Kiper : > > > > > > > Could you provide us exact steps to reprod

[PATCH] grub-core/Makefile.am: Make path to extra_deps.lst relative to $(top_srcdir)/grub-core

2023-12-08 Thread Mate Kukri
154dcb1aea9f8fc42b2bce98bebed004d7783a7d broke out of tree builds by introducing the extra_deps.lst file into the source tree but referencing it just by name in grub-core/Makefile.am. Signed-off-by: Mate Kukri --- grub-core/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) d

[PATCH] grub-install: Move platdir path canonicalization after files were copied to grubdir

2023-12-08 Thread Mate Kukri
The previous grub-install patch delaying the copying of files caused a regression when installing without an existing directory structure. This patch ensures that the platform directory actually exists by the time the code tries to canonicalize its filename. Signed-off-by: Mate Kukri --- util/g

Re: [PATCH v3 1/3] Allow explicit module dependencies

2023-12-08 Thread Daniel Kiper
On Wed, Dec 06, 2023 at 05:39:53PM +0100, Daniel Kiper wrote: > On Wed, Dec 06, 2023 at 04:39:29PM +0100, Olaf Hering wrote: > > Wed, 6 Dec 2023 16:24:53 +0100 Daniel Kiper : > > > > > Could you provide us exact steps to reproduce the problem? > > > > Something like this? > > > > mkdir .b > > cd $_