Date: Tue, 24 Sep 2019 01:56:27 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r352635 - head/sys/conf Message-ID: <201909240156.x8O1uRRu061127@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lwhsu Date: Tue Sep 24 01:56:27 2019 New Revision: 352635 URL: https://svnweb.freebsd.org/changeset/base/352635 Log: Clean LINT* kernel configurations for arm* MFC after: 3 days Sponsored by: The FreeBSD Foundation Modified: head/sys/conf/makeLINT.mk Modified: head/sys/conf/makeLINT.mk ============================================================================== --- head/sys/conf/makeLINT.mk Mon Sep 23 22:20:11 2019 (r352634) +++ head/sys/conf/makeLINT.mk Tue Sep 24 01:56:27 2019 (r352635) @@ -11,6 +11,9 @@ clean: .if ${TARGET} == "amd64" || ${TARGET} == "i386" rm -f LINT-NOINET LINT-NOINET6 LINT-NOIP .endif +.if ${TARGET} == "arm" + rm -f LINT-V5 LINT-V7 +.endif NOTES+= ${.CURDIR}/../../conf/NOTES ${.CURDIR}/NOTES MAKELINT_SED= ${.CURDIR}/../../conf/makeLINT.sed
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909240156.x8O1uRRu061127>