| Summary: | Duplicate entries in src.conf man page | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Philippe Michel <philippe.michel7> |
| Component: | Manual Pages | Assignee: | Ed Maste <emaste> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | doc, emaste, pl |
| Priority: | --- | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Philippe Michel
2018-03-25 06:54:43 UTC
*** Bug 229514 has been marked as a duplicate of this bug. *** A commit references this bug: Author: emaste Date: Wed Oct 10 13:06:32 UTC 2018 New revision: 339281 URL: https://svnweb.freebsd.org/changeset/base/339281 Log: MFC r306729: makeman: avoid bogus output with duplicated options On some targets 'make showconfig' currently reports both 'no' and 'yes' for some options. For example: % make TARGET=mips showconfig | grep SSP MK_SSP = no MK_SSP = yes Emit a warning on encountering a duplicated variable, and skip the second entry. PR: 226908, 229514 Sponsored by: The FreeBSD Foundation Changes: _U stable/11/ stable/11/tools/build/options/makeman A commit references this bug: Author: emaste Date: Wed Oct 10 13:19:54 UTC 2018 New revision: 339283 URL: https://svnweb.freebsd.org/changeset/base/339283 Log: regerate src.conf.5 to remove duplicate entries Also correct arch lists - armv7, mips*hf, powerpcspe, riscv64 are not in stable/11. PR: 226908, 229514 Sponsored by: The FreeBSD Foundation Changes: stable/11/share/man/man5/src.conf.5 |