From nobody Mon May 02 19:39:26 2022 X-Original-To: dev-commits-src-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id C70DF1AAB458; Mon, 2 May 2022 19:39:47 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-wm1-f43.google.com (mail-wm1-f43.google.com [209.85.128.43]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4KsYMQ6G6yz4ZXF; Mon, 2 May 2022 19:39:46 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-wm1-f43.google.com with SMTP id a14-20020a7bc1ce000000b00393fb52a386so160267wmj.1; Mon, 02 May 2022 12:39:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Mj20iqfBHHqYxERdnPmLNA6s9texRkSYIpACgbUp5gs=; b=JKfhsIDuiyR+k4v9ABkYn+HLaBn6KpPJ5u92NML2c4+CFR3Xt5KkS1HB4Pj7B4FxvB IzwphlrQtuystiaLJC1ra/rZKtVTDJ//T2+XYaP0cejiSi/9orGtDSFIoy4KW7m88gQh kvrjhOxthpyv2Nq7ZTmu/Wka8VAjzrFaBz7wFX84OweC2O9ucl7REt0YOlACLj5EqQcC OZWR28rnEkEP4PCfYv7SxuwhtHp9Au30Mqg7q8c2rMSV1fmMn1q+JA52V29jkznh293J evjwK5lZqZfX1F8gp+yCsRtRnLkJ9wXy6oy7Fln1TBnjqfrWK+88zbUN7u5gIvGiDRla cQDg== X-Gm-Message-State: AOAM531i+NO44a8trFTaNWsMiw5/TQEVDGAQl2YFyKQGtzWRZWcKR8GI YBczoLtnfYgeu3PHUcduH6nTnWQNZHOYjdkNciUkbnfyrGo= X-Google-Smtp-Source: ABdhPJx64z0AAk+y2ZRvd+bJyRsbkcJEzYWyNkPIzLc4qhIB9hzod18rHfk+4c7tOl3xi92c5xFM3Y5VHEMZ6KMlk20= X-Received: by 2002:a05:600c:1f1a:b0:394:29c1:6d82 with SMTP id bd26-20020a05600c1f1a00b0039429c16d82mr475682wmb.111.1651520379138; Mon, 02 May 2022 12:39:39 -0700 (PDT) List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-main@freebsd.org X-BeenThere: dev-commits-src-main@freebsd.org MIME-Version: 1.0 References: <202204051955.235JtxdD052454@gitrepo.freebsd.org> In-Reply-To: <202204051955.235JtxdD052454@gitrepo.freebsd.org> From: Ed Maste Date: Mon, 2 May 2022 15:39:26 -0400 Message-ID: Subject: Re: git: ff8d9d9c5618 - main - config.mk: Add opt_platform.h support To: Warner Losh Cc: src-committers , "" , dev-commits-src-main@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4KsYMQ6G6yz4ZXF X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of carpeddiem@gmail.com designates 209.85.128.43 as permitted sender) smtp.mailfrom=carpeddiem@gmail.com X-Spamd-Result: default: False [-3.00 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FREEFALL_USER(0.00)[carpeddiem]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17:c]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[freebsd.org]; NEURAL_HAM_LONG(-1.00)[-1.000]; TO_DN_SOME(0.00)[]; RCVD_TLS_ALL(0.00)[]; NEURAL_HAM_SHORT(-1.00)[-1.000]; RCVD_IN_DNSWL_NONE(0.00)[209.85.128.43:from]; MLMMJ_DEST(0.00)[dev-commits-src-all,dev-commits-src-main]; FORGED_SENDER(0.30)[emaste@freebsd.org,carpeddiem@gmail.com]; RWL_MAILSPIKE_POSSIBLE(0.00)[209.85.128.43:from]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; FROM_NEQ_ENVFROM(0.00)[emaste@freebsd.org,carpeddiem@gmail.com]; FREEMAIL_ENVFROM(0.00)[gmail.com]; RCVD_COUNT_TWO(0.00)[2] X-ThisMailContainsUnwantedMimeParts: N On Tue, 5 Apr 2022 at 15:56, Warner Losh wrote: > > The branch main has been updated by imp: > > URL: https://cgit.FreeBSD.org/src/commit/?id=ff8d9d9c56185d38f507ffe2659cfd13633b9a12 > > commit ff8d9d9c56185d38f507ffe2659cfd13633b9a12 > Author: Warner Losh > AuthorDate: 2022-04-05 19:39:09 +0000 > Commit: Warner Losh > 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