On Thu, Jan 7, 2021 at 1:50 AM Peter Jeremy <[email protected]> wrote: > > On 2020-Dec-31 17:17:51 +0000, Kyle Evans <[email protected]> wrote: > >The branch main has been updated by kevans: > > > >URL: > >https://cgit.FreeBSD.org/src/commit/?id=ac5f382a9d0a26685b92b49abb845d3b30ea5f91 > > > >commit ac5f382a9d0a26685b92b49abb845d3b30ea5f91 > >Author: Kyle Evans <[email protected]> > >AuthorDate: 2020-12-31 17:15:45 +0000 > >Commit: Kyle Evans <[email protected]> > >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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "[email protected]"
