Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 May 2022 15:39:26 -0400
From:      Ed Maste <emaste@freebsd.org>
To:        Warner Losh <imp@freebsd.org>
Cc:        src-committers <src-committers@freebsd.org>,  "<dev-commits-src-all@freebsd.org>" <dev-commits-src-all@freebsd.org>, dev-commits-src-main@freebsd.org
Subject:   Re: git: ff8d9d9c5618 - main - config.mk: Add opt_platform.h support
Message-ID:  <CAPyFy2AQyTKHTSS5Y4QaypJhfmmiaDybeGkXS23Q8EaLJcJu%2BQ@mail.gmail.com>
In-Reply-To: <202204051955.235JtxdD052454@gitrepo.freebsd.org>
References:  <202204051955.235JtxdD052454@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 5 Apr 2022 at 15:56, Warner Losh <imp@freebsd.org> wrote:
>
> The branch main has been updated by imp:
>
> URL: https://cgit.FreeBSD.org/src/commit/?id=ff8d9d9c56185d38f507ffe2659cfd13633b9a12
>
> commit ff8d9d9c56185d38f507ffe2659cfd13633b9a12
> Author:     Warner Losh <imp@FreeBSD.org>
> AuthorDate: 2022-04-05 19:39:09 +0000
> Commit:     Warner Losh <imp@FreeBSD.org>
> CommitDate: 2022-04-05 19:52:55 +0000
>
>     config.mk: Add opt_platform.h support
>
>     opt_platform.h is now included from miivar.h, so add support for
>     generating it in the standalone build case.

This broke generation of src.conf.5, which reports that WITHOUT_FDT is
the default after this change. Running `make makman` reports:
amd64/amd64: ignoring duplicate option FDT
arm/armv6: ignoring duplicate option FDT
...

Indeed, `make showconfig` shows MK_FDT is both yes and no:
$ make showconfig | grep FDT
MK_FDT           = no
MK_FDT           = yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAPyFy2AQyTKHTSS5Y4QaypJhfmmiaDybeGkXS23Q8EaLJcJu%2BQ>