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
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
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
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