https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229514
--- Comment #2 from [email protected] --- 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 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
