git: ac5f382a9d0a - main - stand: properly declare subdir deps or .WAIT, do parallel build

Kyle Evans kevans at freebsd.org
Thu Jan 7 13:34:43 UTC 2021


On Thu, Jan 7, 2021 at 1:50 AM Peter Jeremy <peter at rulingia.com> wrote:
>
> On 2020-Dec-31 17:17:51 +0000, Kyle Evans <kevans at FreeBSD.org> wrote:
> >The branch main has been updated by kevans:
> >
> >URL: https://cgit.FreeBSD.org/src/commit/?id=ac5f382a9d0a26685b92b49abb845d3b30ea5f91
> >
> >commit ac5f382a9d0a26685b92b49abb845d3b30ea5f91
> >Author:     Kyle Evans <kevans at FreeBSD.org>
> >AuthorDate: 2020-12-31 17:15:45 +0000
> >Commit:     Kyle Evans <kevans at FreeBSD.org>
> >CommitDate: 2020-12-31 17:15:45 +0000
>
> This commit adds fdt as a hard dependency for efi but leaves fdt as
> optionally built based on WITH_FDT.  As a result, adding WITHOUT_FDT=yes
> causes the build to fail:
> make[3]: don't know how to make all_subdir_stand/fdt. Stop
>
> Either MK_FDT needs to be forced on by MK_EFI or the dependency needs to
> be made conditional.
>

Ah, yes, sorry- will fix. It looks like that should be the only other
conditional dep that I missed here. The latter option is what we opt
for here-

Thanks,

Kyle Evans


More information about the dev-commits-src-all mailing list