On Wed, Sep 23, 2020 at 2:19 PM Warner Losh <i...@freebsd.org> wrote: > > Author: imp > Date: Wed Sep 23 19:18:53 2020 > New Revision: 366088 > URL: https://svnweb.freebsd.org/changeset/base/366088 > > Log: > Use envvar rather than nonstandard hint. lines > > The NOTES files have a bunch of hint lines that are removed when > generating LINT. However, we can achieve the same effect by prepending > each of the lines with 'envvar' so the NOTES files become standard > config(8) files. No functional changes as the sed script to generate > the LINT files filters these either way. > > Suggested by: kevans >
I've got a follow-up proposal that I'll pitch at some point: let's drop static hints and just stuff it all into the static env. I fixed that stuff a while ago so that dumping them into the static env will no longer disable the loader kenv by default, and I can't imagine many scenarios where the difference will be important -- I suspect static kenv is rarely used as it is. THanks, Kyle Evans _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"