Date: Thu, 21 Nov 2019 12:28:42 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Subject: svn commit: r354943 - stable/12/sys/conf Message-ID: <201911211228.xALCSgpk088600@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lwhsu Date: Thu Nov 21 12:28:41 2019 New Revision: 354943 URL: https://svnweb.freebsd.org/changeset/base/354943 Log: MFC r354800: Also clean LINT64 kernel configuration for powerpc Sponsored by: The FreeBSD Foundation Modified: stable/12/sys/conf/makeLINT.mk Directory Properties: stable/12/ (props changed) Modified: stable/12/sys/conf/makeLINT.mk ============================================================================== --- stable/12/sys/conf/makeLINT.mk Thu Nov 21 11:22:08 2019 (r354942) +++ stable/12/sys/conf/makeLINT.mk Thu Nov 21 12:28:41 2019 (r354943) @@ -14,6 +14,9 @@ clean: .if ${TARGET} == "arm" rm -f LINT-V5 LINT-V7 .endif +.if ${TARGET} == "powerpc" + rm -f LINT64 +.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?201911211228.xALCSgpk088600>