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

2023-12-06 Thread Daniel Kiper
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 $_ > ../grub-src-dir/configure [options] Ugh, yeah, the file is missing in this c

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

2023-12-06 Thread Olaf Hering
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 $_ ../grub-src-dir/configure [options] A brief look at the sources indicates the new file could be generated during build, with "echo content > $@". Ola

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

2023-12-06 Thread Daniel Kiper
Hi Olaf, On Wed, Dec 06, 2023 at 09:19:06AM +0100, Olaf Hering wrote: > Thu, 16 Nov 2023 16:37:38 +0100 Oliver Steffen : > > > +syminfo.lst: gensyminfo.sh kernel_syms.lst extra_deps.lst $(MODULE_FILES) > > + cat kernel_syms.lst extra_deps.lst > $@.new > > There are rules to create gensyminfo.sh

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

2023-12-06 Thread Olaf Hering
Thu, 16 Nov 2023 16:37:38 +0100 Oliver Steffen : > +syminfo.lst: gensyminfo.sh kernel_syms.lst extra_deps.lst $(MODULE_FILES) > + cat kernel_syms.lst extra_deps.lst > $@.new There are rules to create gensyminfo.sh and kernel_syms.lst, but there is no rule to create extra_deps.lst. As a resul