]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Create in-tree LINT files
authorimp <imp@FreeBSD.org>
Fri, 9 Oct 2020 01:48:14 +0000 (01:48 +0000)
committerimp <imp@FreeBSD.org>
Fri, 9 Oct 2020 01:48:14 +0000 (01:48 +0000)
commit1c19645dc2492e3412a6ea01b17992ab4228d9cd
treecb47c24e0f24940a4cc047259ec9210b5c2c7a4a
parent108a8db2793f75997e58b501a42527ae28f137af
Create in-tree LINT files

Now that config(8) has supported include for 19 years, transition to
including the NOTES files. include support didn't exist at the time,
nor did the envvar stuff recently added. Now that it does, eliminate
the building of LINT files by just including everything you need.

Note: This may cause conflicts with updating in some cases.
find sys -name LINT\* -rm
is suggested across this commit to remove the generated LINT
files.

Reviewed by: kevans
Differential Revision: https://reviews.freebsd.org/D26540
18 files changed:
UPDATING
sys/amd64/conf/LINT [new file with mode: 0644]
sys/amd64/conf/LINT-NOINET [new file with mode: 0644]
sys/amd64/conf/LINT-NOINET6 [new file with mode: 0644]
sys/amd64/conf/LINT-NOIP [new file with mode: 0644]
sys/amd64/conf/Makefile [deleted file]
sys/arm/conf/LINT [new file with mode: 0644]
sys/arm/conf/Makefile [deleted file]
sys/arm64/conf/LINT [new file with mode: 0644]
sys/arm64/conf/Makefile [deleted file]
sys/i386/conf/LINT [new file with mode: 0644]
sys/i386/conf/LINT-NOINET [new file with mode: 0644]
sys/i386/conf/LINT-NOINET6 [new file with mode: 0644]
sys/i386/conf/LINT-NOIP [new file with mode: 0644]
sys/i386/conf/Makefile [deleted file]
sys/powerpc/conf/LINT [new file with mode: 0644]
sys/powerpc/conf/LINT64 [new file with mode: 0644]
sys/powerpc/conf/Makefile [deleted file]