[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 1/3] Allow explicit module dependencies
From: |
Daniel Kiper |
Subject: |
Re: [PATCH v3 1/3] Allow explicit module dependencies |
Date: |
Wed, 6 Dec 2023 17:39:53 +0100 |
User-agent: |
NeoMutt/20170113 (1.7.2) |
On Wed, Dec 06, 2023 at 04:39:29PM +0100, Olaf Hering wrote:
> Wed, 6 Dec 2023 16:24:53 +0100 Daniel Kiper <dkiper@net-space.pl>:
>
> > 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 case. Oliver, could you fix that?
> A brief look at the sources indicates the new file could be generated during
> build, with "echo content > $@".
Or copy original file... But generation can be a bit more universal...
Daniel