Date: Sun, 11 Jun 2023 02:50:58 +0100 From: Jamie Landeg-Jones <jamie@catflap.org> To: grahamperrin@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: make lint Message-ID: <202306110150.35B1owIu026584@donotpassgo.dyslexicfish.net> In-Reply-To: <80a06dc9-599c-2f52-f28e-59532e0c709a@freebsd.org> References: <80a06dc9-599c-2f52-f28e-59532e0c709a@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Graham Perrin <grahamperrin@FreeBSD.org> wrote: > <https://docs.freebsd.org/en/articles/committers-guide/#_other_suggestions> > suggests: > > make lint > > I tried it whilst at /usr/src and at /usr/doc > > In both cases, > > > make: don't know how to make lint. Stop > > … > > What am I missing? LINT files are no longer created. Someone needs to prod the doc. team. >From /usr/src/UPDATING: 20200923: LINT files are no longer generated. We now include the relevant NOTES files. Note: This may cause conflicts with updating in some cases. find sys -name LINT\* -delete is suggested across this commit to remove the generated LINT files. If you have tried to update with generated files there, the svn command you want to un-auger the tree is cd sys/amd64/conf svn revert -R . and then do the above find from the top level. Substitute 'amd64' above with where the error message indicates a conflict. Cheers, Jamie
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306110150.35B1owIu026584>